From 5e9b1e121e7f0beda94293fd09fa97de59f4d3e3 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Tue, 4 Jun 2024 18:54:50 +0200 Subject: [PATCH] version 4.2.0 --- README.md | 6 +++--- pom.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40eb1e95..d6efe284 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit. [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 4.1.0 / April 28, 2024 +### Latest release Version 4.2.0 / June 05, 2024 ##### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546) Htmlunit-NekoHtml Parser suffers from a denial of service vulnerability on versions 2.60.0 and below. A specifically crafted input regarding the parsing of processing instructions leads to heap memory consumption. ##### [CVE-2022-28366](https://nvd.nist.gov/vuln/detail/CVE-2022-28366) @@ -32,7 +32,7 @@ Add to your `pom.xml`: org.htmlunit neko-htmlunit - 4.1.0 + 4.2.0 ``` @@ -41,7 +41,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.1.0' +implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.2.0' ``` ## HowTo use diff --git a/pom.xml b/pom.xml index 96286c84..795935b9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit neko-htmlunit - 4.2.0-SNAPSHOT + 4.2.0 HtmlUnit NekoHtml HtmlUnit @@ -25,7 +25,7 @@ 5.10.2 - 9.3 + 10.17.0 4.8.5 6.55.0 9.2.0 @@ -95,7 +95,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 none true @@ -160,7 +160,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.4.0 + 4.8.5.0 com.github.spotbugs @@ -197,7 +197,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0