Skip to content

Commit 844f88e

Browse files
committed
4.15.0
1 parent 3a18283 commit 844f88e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and we added unit tests and the maven-based build.
1717

1818
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
1919

20-
### Latest release Version 4.14.0 / July 30, 2025
20+
### Latest release Version 4.15.0 / August 17, 2025
2121

2222
### Maven
2323

@@ -27,7 +27,7 @@ Add to your `pom.xml`:
2727
<dependency>
2828
<groupId>org.htmlunit</groupId>
2929
<artifactId>htmlunit-xpath</artifactId>
30-
<version>4.14.0</version>
30+
<version>4.15.0</version>
3131
</dependency>
3232
```
3333

@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636
Add to your `build.gradle`:
3737

3838
```groovy
39-
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.14.0'
39+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.15.0'
4040
```
4141

4242
### Last CI build
@@ -50,7 +50,7 @@ If you use maven please add:
5050
<dependency>
5151
<groupId>org.htmlunit</groupId>
5252
<artifactId>htmlunit-xpath</artifactId>
53-
<version>4.15.0-SNAPSHOT</version>
53+
<version>4.16.0-SNAPSHOT</version>
5454
</dependency>
5555

5656
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-xpath</artifactId>
7-
<version>4.14.0</version>
7+
<version>4.15.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -29,7 +29,7 @@
2929

3030
<!-- quality -->
3131
<checkstyle.version>10.26.1</checkstyle.version>
32-
<spotbugs.version>4.9.3</spotbugs.version>
32+
<spotbugs.version>4.9.4</spotbugs.version>
3333
<pmd.version>7.16.0</pmd.version>
3434
<dependencycheck.version>10.0.4</dependencycheck.version>
3535

0 commit comments

Comments
 (0)