diff --git a/README.md b/README.md index deb461b5..071bf1a2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ As of version 2.68.0, neko-htmlunit also uses its own fork of Xerces (https://gi ### Project News [HtmlUnit@Twitter][3] -### Latest release Version 2.67.0 / November 20, 2022 +### Latest release Version 2.68.0 / December 28, 2022 #### 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. @@ -24,7 +24,7 @@ For maven, you would add: net.sourceforge.htmlunit neko-htmlunit - 2.67.0 + 2.68.0 ### Last CI build @@ -39,7 +39,7 @@ If you use maven please add: net.sourceforge.htmlunit neko-htmlunit - 2.68.0-SNAPSHOT + 2.69.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom distributionManagement section also: @@ -92,9 +92,8 @@ Every contribution - from bug reports to feature requests, typos to full new fea This part is intended for committer who are packaging a release. * Check all your files are checked in -* Execute "mvn clean test" to be sure all tests are passing +* Execute "mvn -U clean test" to be sure all tests are passing * Update the version number in pom.xml and readme.md -* Execute "mvn clean test" to be sure all tests are passing * Commit the changes diff --git a/pom.xml b/pom.xml index 21d979e0..8237e019 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 net.sourceforge.htmlunit neko-htmlunit - 2.68.0-SNAPSHOT + 2.68.0 HtmlUnit NekoHtml Gargoyle Software Inc.