Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 1, 2024
1 parent db29b26 commit 213d67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e

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

### Latest release Version 3.11.2 / February 10, 2024
### Latest release Version 4.0.0 / April 1, 2024

#### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546)
#### 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.
Expand All @@ -34,7 +34,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>3.11.2</version>
<version>4.0.0</version>
</dependency>
```

Expand All @@ -43,7 +43,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.11.2'
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.0.0'
```

## HowTo use
Expand Down Expand Up @@ -154,7 +154,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -28,7 +28,7 @@
<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.8.3</spotbugs.version>
<pmd.version>6.55.0</pmd.version>
<dependencycheck.version>9.0.10</dependencycheck.version>
<dependencycheck.version>9.1.0</dependencycheck.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 213d67d

Please sign in to comment.