Skip to content

Commit 28b9aec

Browse files
committed
4.19.0
1 parent 9803bbf commit 28b9aec

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
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.18.0 / October 30, 2025
20+
### Latest release Version 4.19.0 / November 23, 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.18.0</version>
30+
<version>4.19.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.18.0'
39+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.19.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.19.0-SNAPSHOT</version>
53+
<version>4.20.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: 8 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.18.0</version>
7+
<version>4.19.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -24,13 +24,13 @@
2424
<maven.compiler.target>8</maven.compiler.target>
2525

2626
<!-- test dependencies -->
27-
<junit.version>5.14.0</junit.version>
28-
<commons-io.version>2.20.0</commons-io.version>
27+
<junit.version>5.14.1</junit.version>
28+
<commons-io.version>2.21.0</commons-io.version>
2929

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

3636
<!-- plugins -->
@@ -41,7 +41,7 @@
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>
44-
<jar-plugin.version>3.4.2</jar-plugin.version>
44+
<jar-plugin.version>3.5.0</jar-plugin.version>
4545
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
4646
<surefire-plugin.version>3.5.4</surefire-plugin.version>
4747
</properties>
@@ -196,6 +196,7 @@
196196
<publishingServerId>central</publishingServerId>
197197
</configuration>
198198
</plugin>
199+
<!--
199200
<plugin>
200201
<groupId>org.owasp</groupId>
201202
<artifactId>dependency-check-maven</artifactId>
@@ -213,6 +214,7 @@
213214
</execution>
214215
</executions>
215216
</plugin>
217+
-->
216218
<plugin>
217219
<groupId>org.apache.maven.plugins</groupId>
218220
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)