From 2ba7c7f3dbe29d95bfef2b5aeb7fa93a78679e88 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Tue, 4 Jun 2024 17:32:45 +0200 Subject: [PATCH] 4.2.0 --- README.md | 8 ++++---- pom.xml | 17 +++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index be80d1a..00d3eb0 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.1.0 / April 28, 2024 +### Latest release Version 4.2.0 / May 05, 2024 ### Maven @@ -30,7 +30,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-csp - 4.1.0 + 4.2.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.1.0' +implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.2.0' ``` ### A Note on CSP @@ -106,7 +106,7 @@ If you use maven please add: org.htmlunit htmlunit-csp - 4.2.0-SNAPSHOT + 4.3.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 ff8eb7f..9bb8ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-csp - 4.1.0 + 4.2.0 HtmlUnit Content-Security-Policy Parser HtmlUnit @@ -20,11 +20,11 @@ 8 8 - 8.4.0 - 4.8.4 + 10.17.0 + 4.8.5 6.55.0 2.38.0 - 9.1.0 + 9.2.0 @@ -32,7 +32,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce-maven @@ -77,7 +77,7 @@ com.puppycrawl.tools checkstyle - 9.3 + ${checkstyle.version} @@ -114,7 +114,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 --allow-script-in-comments org.htmlunit.cssparser.parser.javacc @@ -182,7 +182,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.4.0 + 4.8.5.0 com.github.spotbugs @@ -222,6 +222,7 @@ ${dependencycheck.version} 0 + false