From 213d67db111cd49d56c0593867d05f9b0929d36f Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Mon, 1 Apr 2024 17:55:45 +0200 Subject: [PATCH] version 4.0.0 --- README.md | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e060ff03..156b7370 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 3.11.2 / February 10, 2024 +### Latest release Version 4.0.0 / April 1, 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. Please update to at least version 2.62.0. @@ -34,7 +34,7 @@ Add to your `pom.xml`: org.htmlunit neko-htmlunit - 3.11.2 + 4.0.0 ``` @@ -43,7 +43,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.11.2' +implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.0.0' ``` ## HowTo use @@ -154,7 +154,7 @@ If you use maven please add: org.htmlunit neko-htmlunit - 3.12.0-SNAPSHOT + 4.1.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 a30e6c4f..055b295f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit neko-htmlunit - 4.0.0-SNAPSHOT + 4.0.0 HtmlUnit NekoHtml HtmlUnit @@ -28,7 +28,7 @@ 9.3 4.8.3 6.55.0 - 9.0.10 + 9.1.0