From 18ca5c928d9fa29d140131b2dfb5ce061bc1abf6 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Mon, 15 May 2023 13:37:44 +0200 Subject: [PATCH] version 3.2.0 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45f6d7a2..2521bf12 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e ### Project News [HtmlUnit@Twitter][3] -### Latest release Version 3.1.0 / April 12, 2023 +### Latest release Version 3.2.0 / May 15, 2023 #### [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. @@ -33,7 +33,7 @@ Add to your `pom.xml`: org.htmlunit neko-htmlunit - 3.1.0 + 3.2.0 ``` @@ -42,7 +42,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.1.0' +implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.2.0' ``` ## HowTo use @@ -104,7 +104,7 @@ If you use maven please add: org.htmlunit neko-htmlunit - 3.2.0-SNAPSHOT + 3.3.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom distributionManagement section also: diff --git a/pom.xml b/pom.xml index 8a80a6e4..89918864 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.htmlunit neko-htmlunit - 3.2.0-SNAPSHOT + 3.2.0 HtmlUnit NekoHtml HtmlUnit