From ca60f1881b7b73414ff0791525ae1f2b8e2d318b Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Mon, 1 Apr 2024 10:36:57 +0200 Subject: [PATCH] version 4.0.0 --- README.md | 8 ++++---- pom.xml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 832d7ef..3ba573c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and we added unit tests and the maven-based build. [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 3.11.0 / February 10, 2024 +### Latest release Version 4.0.0 / April 1, 2024 ### Maven @@ -25,7 +25,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-xpath - 3.11.0 + 4.0.0 ``` @@ -34,7 +34,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '3.11.0' +implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.0.0' ``` ### Last CI build @@ -48,7 +48,7 @@ If you use maven please add: org.htmlunit htmlunit-xpath - 3.12.0-SNAPSHOT + 4.1.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom `repositories` section also: diff --git a/pom.xml b/pom.xml index f02a37f..7120795 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-xpath - 3.11.0 + 4.0.0 HtmlUnit-XPath HtmlUnit @@ -26,7 +26,7 @@ 10.12.5 4.8.3 6.55.0 - 9.0.9 + 9.1.0 @@ -48,7 +48,7 @@ maven-compiler-plugin - 3.12.1 + 3.13.0 maven-surefire-plugin @@ -113,7 +113,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.2 verify @@ -143,7 +143,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.3.0 + 4.8.3.1 com.github.spotbugs