Skip to content

Commit 8414746

Browse files
committed
prepare version 2.63.0
1 parent 4d15419 commit 8414746

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +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.62.0 / June 01, 2022
15+
### Latest release Version 2.63.0 / July 10, 2022
1616

1717
#### 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.
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 at least version 2.62.0.
1919

2020
For maven, you would add:
2121

2222
<dependency>
2323
<groupId>net.sourceforge.htmlunit</groupId>
2424
<artifactId>neko-htmlunit</artifactId>
25-
<version>2.62.0</version>
25+
<version>2.63.0</version>
2626
</dependency>
2727

2828
### Latest CI build
@@ -37,7 +37,7 @@ If you use maven please add:
3737
<dependency>
3838
<groupId>net.sourceforge.htmlunit</groupId>
3939
<artifactId>neko-htmlunit</artifactId>
40-
<version>2.63.0-SNAPSHOT</version>
40+
<version>2.64.0-SNAPSHOT</version>
4141
</dependency>
4242

4343
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.63.0-SNAPSHOT</version>
8+
<version>2.63.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

0 commit comments

Comments
 (0)