Skip to content

Commit 5e9b1e1

Browse files
committedJun 4, 2024
version 4.2.0
1 parent d7dc39e commit 5e9b1e1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
1616

1717
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1818

19-
### Latest release Version 4.1.0 / April 28, 2024
19+
### Latest release Version 4.2.0 / June 05, 2024
2020
##### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546)
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.
2222
##### [CVE-2022-28366](https://nvd.nist.gov/vuln/detail/CVE-2022-28366)
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232
<dependency>
3333
<groupId>org.htmlunit</groupId>
3434
<artifactId>neko-htmlunit</artifactId>
35-
<version>4.1.0</version>
35+
<version>4.2.0</version>
3636
</dependency>
3737
```
3838

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

4343
```groovy
44-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.1.0'
44+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.2.0'
4545
```
4646

4747
## HowTo use

‎pom.xml

+5-5
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>4.2.0-SNAPSHOT</version>
8+
<version>4.2.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -25,7 +25,7 @@
2525

2626
<junit.version>5.10.2</junit.version>
2727

28-
<checkstyle.version>9.3</checkstyle.version>
28+
<checkstyle.version>10.17.0</checkstyle.version>
2929
<spotbugs.version>4.8.5</spotbugs.version>
3030
<pmd.version>6.55.0</pmd.version>
3131
<dependencycheck.version>9.2.0</dependencycheck.version>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-javadoc-plugin</artifactId>
98-
<version>3.6.3</version>
98+
<version>3.7.0</version>
9999
<configuration>
100100
<doclint>none</doclint>
101101
<quiet>true</quiet>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>com.github.spotbugs</groupId>
162162
<artifactId>spotbugs-maven-plugin</artifactId>
163-
<version>4.8.4.0</version>
163+
<version>4.8.5.0</version>
164164
<dependencies>
165165
<dependency>
166166
<groupId>com.github.spotbugs</groupId>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-enforcer-plugin</artifactId>
200-
<version>3.4.1</version>
200+
<version>3.5.0</version>
201201
<executions>
202202
<execution>
203203
<configuration>

0 commit comments

Comments
 (0)