Skip to content

Commit

Permalink
prepare version 2.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 28, 2022
1 parent 03aea51 commit d099a1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -24,7 +24,7 @@ For maven, you would add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.67.0</version>
<version>2.68.0</version>
</dependency>

### Last CI build
Expand All @@ -39,7 +39,7 @@ If you use maven please add:
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.68.0-SNAPSHOT</version>
<version>2.69.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>2.68.0-SNAPSHOT</version>
<version>2.68.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down

0 comments on commit d099a1b

Please sign in to comment.