Skip to content

Commit f068229

Browse files
committed
prepare version 2.62.0
1 parent 140db22 commit f068229

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ seems to end somewhere around 2014 we started our own fork that now has many imp
1212
### Project News
1313
[HtmlUnit@Twitter][3]
1414

15-
### Latest release Version 2.61.0 / April 18, 2022
15+
### Latest release Version 2.62.0 / June 01, 2022
1616

17-
#### 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 version 2.61.0.
17+
#### CVE-2022-29546
18+
#### 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 version 2.62.0.
1819

1920
For maven, you would add:
2021

2122
<dependency>
2223
<groupId>net.sourceforge.htmlunit</groupId>
2324
<artifactId>neko-htmlunit</artifactId>
24-
<version>2.61.0</version>
25+
<version>2.62.0</version>
2526
</dependency>
2627

2728
### Latest CI build
@@ -36,7 +37,7 @@ If you use maven please add:
3637
<dependency>
3738
<groupId>net.sourceforge.htmlunit</groupId>
3839
<artifactId>neko-htmlunit</artifactId>
39-
<version>2.62.0-SNAPSHOT</version>
40+
<version>2.63.0-SNAPSHOT</version>
4041
</dependency>
4142

4243
You have to add the sonatype snapshot repository to your pom distributionManagement section also:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>net.sourceforge.htmlunit</groupId>
77
<artifactId>neko-htmlunit</artifactId>
8-
<version>2.62.0-SNAPSHOT</version>
8+
<version>2.62.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

0 commit comments

Comments
 (0)