Skip to content

Commit 72cebfa

Browse files
committed
4.20.0
1 parent 28b9aec commit 72cebfa

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
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.19.0 / November 23, 2025
20+
### Latest release Version 4.20.0 / December 07, 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.19.0</version>
30+
<version>4.20.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.19.0'
39+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.20.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.20.0-SNAPSHOT</version>
53+
<version>4.21.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: 6 additions & 5 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.19.0</version>
7+
<version>4.20.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -28,20 +28,21 @@
2828
<commons-io.version>2.21.0</commons-io.version>
2929

3030
<!-- quality -->
31-
<checkstyle.version>12.1.2</checkstyle.version>
31+
<checkstyle.version>12.2.0</checkstyle.version>
3232
<spotbugs.version>4.9.8</spotbugs.version>
33-
<pmd.version>7.18.0</pmd.version>
33+
<pmd.version>7.19.0</pmd.version>
3434
<dependencycheck.version>10.0.4</dependencycheck.version>
3535

3636
<!-- plugins -->
3737
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
3838
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
3939
<pmd-plugin.version>3.28.0</pmd-plugin.version>
40-
<spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version>
40+
<spotbugs-plugin.version>4.9.8.2</spotbugs-plugin.version>
4141
<gpg-plugin.version>3.2.8</gpg-plugin.version>
4242
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
4343
<compiler-plugin.version>3.14.1</compiler-plugin.version>
4444
<jar-plugin.version>3.5.0</jar-plugin.version>
45+
<source-plugin.version>3.4.0</source-plugin.version>
4546
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
4647
<surefire-plugin.version>3.5.4</surefire-plugin.version>
4748
</properties>
@@ -91,7 +92,7 @@
9192
<plugin>
9293
<groupId>org.apache.maven.plugins</groupId>
9394
<artifactId>maven-source-plugin</artifactId>
94-
<version>3.3.1</version>
95+
<version>${source-plugin.version}</version>
9596
<executions>
9697
<execution>
9798
<goals>

0 commit comments

Comments
 (0)