Skip to content

Commit 28465ef

Browse files
committed
prepare version 2.64.0
1 parent 684f97f commit 28465ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.63.0 / July 10, 2022
15+
### Latest release Version 2.64.0 / August 18, 2022
1616

1717
#### CVE-2022-29546
1818
#### 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.
@@ -22,7 +22,7 @@ For maven, you would add:
2222
<dependency>
2323
<groupId>net.sourceforge.htmlunit</groupId>
2424
<artifactId>neko-htmlunit</artifactId>
25-
<version>2.63.0</version>
25+
<version>2.64.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.64.0-SNAPSHOT</version>
40+
<version>2.65.0-SNAPSHOT</version>
4141
</dependency>
4242

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

pom.xml

+2-2
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.64.0-SNAPSHOT</version>
8+
<version>2.64.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-javadoc-plugin</artifactId>
80-
<version>3.3.2</version>
80+
<version>3.4.1</version>
8181
<configuration>
8282
<quiet>true</quiet>
8383
<additionalparam>--allow-script-in-comments</additionalparam>

0 commit comments

Comments
 (0)