Skip to content

Commit

Permalink
version 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 14, 2024
1 parent 6968f43 commit c8b33d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.9.0 / December 03, 2023
### Latest release Version 3.10.0 / January 14, 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.9.0</version>
<version>3.10.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.9.0'
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.10.0'
```

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

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
2 changes: 1 addition & 1 deletion 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>3.10.0-SNAPSHOT</version>
<version>3.10.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>HtmlUnit</name>
Expand Down

0 comments on commit c8b33d9

Please sign in to comment.