Skip to content

Commit 662bac6

Browse files
committed
4.10.0
1 parent cbf030d commit 662bac6

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

README.md

Lines changed: 5 additions & 8 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.9.0 / January 22, 2025
20+
### Latest release Version 4.10.0 / February 22, 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.9.0</version>
30+
<version>4.10.0</version>
3131
</dependency>
3232
```
3333

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

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

4242
### Last CI build
4343
The latest builds are available from our
44-
[Jenkins CI build server][2]
44+
[Jenkins CI build server](https://jenkins.wetator.org/job/HtmlUnit%20-%20XPath/ "HtmlUnit - XPath CI")
4545

4646
[![Build Status](https://jenkins.wetator.org/buildStatus/icon?job=HtmlUnit+-+XPath)](https://jenkins.wetator.org/job/HtmlUnit%20-%20XPath/)
4747

@@ -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.10.0-SNAPSHOT</version>
53+
<version>4.11.0-SNAPSHOT</version>
5454
</dependency>
5555

5656
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -156,6 +156,3 @@ This project is licensed under the Apache 2.0 License
156156
## Acknowledgments
157157

158158
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
159-
160-
161-
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20XPath/ "HtmlUnit - XPath CI"

pom.xml

Lines changed: 6 additions & 6 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.10.0-SNAPSHOT</version>
7+
<version>4.10.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -24,16 +24,16 @@
2424
<maven.compiler.target>8</maven.compiler.target>
2525

2626
<checkstyle.version>10.21.1</checkstyle.version>
27-
<spotbugs.version>4.8.6</spotbugs.version>
28-
<pmd.version>7.9.0</pmd.version>
27+
<spotbugs.version>4.9.1</spotbugs.version>
28+
<pmd.version>7.10.0</pmd.version>
2929
<dependencycheck.version>10.0.4</dependencycheck.version>
3030
</properties>
3131

3232
<dependencies>
3333
<dependency>
3434
<groupId>org.junit.jupiter</groupId>
3535
<artifactId>junit-jupiter-engine</artifactId>
36-
<version>5.11.3</version>
36+
<version>5.12.0</version>
3737
<scope>test</scope>
3838
</dependency>
3939
<dependency>
@@ -48,7 +48,7 @@
4848
<plugins>
4949
<plugin>
5050
<artifactId>maven-compiler-plugin</artifactId>
51-
<version>3.13.0</version>
51+
<version>3.14.0</version>
5252
</plugin>
5353
<plugin>
5454
<artifactId>maven-surefire-plugin</artifactId>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>com.github.spotbugs</groupId>
138138
<artifactId>spotbugs-maven-plugin</artifactId>
139-
<version>4.8.6.6</version>
139+
<version>4.9.1.0</version>
140140
<dependencies>
141141
<dependency>
142142
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)