From 61282c6d896144774281ea7d4b2aaef557a0328c Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Fri, 29 Nov 2024 09:23:06 +0100 Subject: [PATCH] 4.7.0 --- README.md | 8 ++++---- pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d831a4d..c77f053 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The code is being expanded, restructured and improved primarily to meet the requ [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 4.6.0 / November 05, 2024 +### Latest release Version 4.7.0 / November 29, 2024 ### Maven @@ -32,7 +32,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-csp - 4.6.0 + 4.7.0 ``` @@ -41,7 +41,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.6.0' +implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.7.0' ``` ### A Note on CSP @@ -108,7 +108,7 @@ If you use maven please add: org.htmlunit htmlunit-csp - 4.7.0-SNAPSHOT + 4.8.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 96103bb..8dcba98 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-csp - 4.6.0 + 4.7.0 HtmlUnit Content-Security-Policy Parser HtmlUnit @@ -182,7 +182,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.6.5 + 4.8.6.6 com.github.spotbugs @@ -309,7 +309,7 @@ org.junit.jupiter junit-jupiter-engine - 5.10.0 + 5.11.3 test