Skip to content

Commit a1765e8

Browse files
committed
4.3.0
1 parent f47c4f0 commit a1765e8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+4-4
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.2.1 / June 05, 2024
19+
### Latest release Version 4.3.0 / June 26, 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.2.1</version>
35+
<version>4.3.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.2.1'
44+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.3.0'
4545
```
4646

4747
## HowTo use
@@ -154,7 +154,7 @@ If you use maven please add:
154154
<dependency>
155155
<groupId>org.htmlunit</groupId>
156156
<artifactId>neko-htmlunit</artifactId>
157-
<version>4.3.0-SNAPSHOT</version>
157+
<version>4.4.0-SNAPSHOT</version>
158158
</dependency>
159159

160160
You have to add the sonatype snapshot repository to your pom `repositories` section also:

pom.xml

+6-6
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.3.0-SNAPSHOT</version>
8+
<version>4.3.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -26,7 +26,7 @@
2626
<junit.version>5.10.2</junit.version>
2727

2828
<checkstyle.version>10.17.0</checkstyle.version>
29-
<spotbugs.version>4.8.5</spotbugs.version>
29+
<spotbugs.version>4.8.6</spotbugs.version>
3030
<pmd.version>6.55.0</pmd.version>
3131
<dependencycheck.version>9.2.0</dependencycheck.version>
3232
</properties>
@@ -54,11 +54,11 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>3.2.5</version>
57+
<version>3.3.0</version>
5858
</plugin>
5959
<plugin>
6060
<artifactId>maven-jar-plugin</artifactId>
61-
<version>3.4.1</version>
61+
<version>3.4.2</version>
6262
<configuration>
6363
<archive>
6464
<manifest>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-checkstyle-plugin</artifactId>
146-
<version>3.3.1</version>
146+
<version>3.4.0</version>
147147
<configuration>
148148
<configLocation>checkstyle.xml</configLocation>
149149
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>com.github.spotbugs</groupId>
162162
<artifactId>spotbugs-maven-plugin</artifactId>
163-
<version>4.8.5.0</version>
163+
<version>4.8.6.0</version>
164164
<dependencies>
165165
<dependency>
166166
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)