diff --git a/README.md b/README.md index 22391a8..599aa63 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 4.2.0 / June 05, 2024 +### Latest release Version 4.3.0 / June 24, 2024 ### Maven @@ -30,7 +30,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-csp - 4.2.0 + 4.3.0 ``` @@ -39,7 +39,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.2.0' +implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.3.0' ``` ### A Note on CSP @@ -106,7 +106,7 @@ If you use maven please add: org.htmlunit htmlunit-csp - 4.3.0-SNAPSHOT + 4.4.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 9bb8ea5..fb5ae0c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-csp - 4.2.0 + 4.3.0 HtmlUnit Content-Security-Policy Parser HtmlUnit @@ -21,7 +21,7 @@ 8 10.17.0 - 4.8.5 + 4.8.6 6.55.0 2.38.0 9.2.0 @@ -55,7 +55,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 org.apache.maven.plugins @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.4.0 checkstyle.xml checkstyle_suppressions.xml @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 @@ -177,7 +177,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.0 com.github.spotbugs @@ -315,11 +315,11 @@ - sonatype-nexus-snapshots + s01-sonatype-nexus-snapshots https://s01.oss.sonatype.org/content/repositories/snapshots - sonatype-nexus-staging + s01-sonatype-nexus-staging https://s01.oss.sonatype.org/service/local/staging/deploy/maven2