Skip to content

Commit 5d11f22

Browse files
committed
version 3.1.0
1 parent f9950b1 commit 5d11f22

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This made it possible to remove many unneeded parts and dependencies to ensure e
1515
### Project News
1616
[HtmlUnit@Twitter][3]
1717

18-
### Latest release Version 3.0.0 / March 19, 2023
18+
### Latest release Version 3.1.0 / April 12, 2023
1919

2020
#### CVE-2022-29546 / CVE-2022-28366
2121
#### 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.
2222

2323
#### CVE-2023-26119
24-
#### HtmlUnit - NekoHtml Parser suffers from a remote code execution vulnerability on versions 2.70.0 and below.Please update to at least version 3.0.0.
24+
#### HtmlUnit - NekoHtml Parser suffers from a remote code execution vulnerability on versions 2.70.0 and below.Please update to at least version 3.1.0.
2525

2626
## Get it!
2727

@@ -33,7 +33,7 @@ Add to your `pom.xml`:
3333
<dependency>
3434
<groupId>org.htmlunit</groupId>
3535
<artifactId>neko-htmlunit</artifactId>
36-
<version>3.0.0</version>
36+
<version>3.1.0</version>
3737
</dependency>
3838
```
3939

@@ -42,7 +42,7 @@ Add to your `pom.xml`:
4242
Add to your `build.gradle`:
4343

4444
```groovy
45-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.0.0'
45+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.1.0'
4646
```
4747

4848
## HowTo use
@@ -104,7 +104,7 @@ If you use maven please add:
104104
<dependency>
105105
<groupId>org.htmlunit</groupId>
106106
<artifactId>neko-htmlunit</artifactId>
107-
<version>3.1.0-SNAPSHOT</version>
107+
<version>3.2.0-SNAPSHOT</version>
108108
</dependency>
109109

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>neko-htmlunit</artifactId>
8-
<version>3.1.0-SNAPSHOT</version>
8+
<version>3.1.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)