From b4b04479869a9da6ce29c78f81f9d95ec6bd536c Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sat, 27 Jul 2024 19:33:43 +0200 Subject: [PATCH] version 4.4.0 --- README.md | 8 ++++---- pom.xml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 450e9d3..9a47b43 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 4.3.0 / June 24, 2024 +### Latest release Version 4.4.0 / July 28, 2024 ### Maven @@ -25,7 +25,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-xpath - 4.3.0 + 4.4.0 ``` @@ -34,7 +34,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.3.0' +implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.4.0' ``` ### Last CI build @@ -48,7 +48,7 @@ If you use maven please add: org.htmlunit htmlunit-xpath - 4.4.0-SNAPSHOT + 4.5.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 4b79545..7199275 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-xpath - 4.3.0 + 4.4.0 HtmlUnit-XPath HtmlUnit @@ -26,7 +26,7 @@ 10.17.0 4.8.6 6.55.0 - 9.2.0 + 10.0.3 @@ -52,7 +52,7 @@ maven-surefire-plugin - 3.3.0 + 3.3.1 maven-jar-plugin @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 true none @@ -143,7 +143,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.5.0 + 4.8.6.2 com.github.spotbugs