Skip to content

Commit

Permalink
version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 19, 2023
1 parent 5cdbfd1 commit aef7b35
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e
### Project News
[HtmlUnit@Twitter][3]

### Latest release Version 3.4.0 / July 26, 2023
### Latest release Version 3.5.0 / August 19, 2023

#### [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 @@ -33,7 +33,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</dependency>
```

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

```groovy
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.4.0'
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.5.0'
```

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

You have to add the sonatype snapshot repository to your pom distributionManagement section also:
Expand Down Expand Up @@ -190,18 +190,18 @@ This part is intended for committer who are packaging a release.
* Create the version on Github
* login to Github and open project https://github.com/HtmlUnit/htmlunit-neko
* click Releases > Draft new release
* fill the tag and title field with the release number (e.g. 1.1.0)
* fill the tag and title field with the release number (e.g. 3.5.0)
* append
* neko-htmlunit-2.xx-javadoc.jar
* neko-htmlunit-2.xx-javadoc.jar.asc
* neko-htmlunit-2.xx-sources.jar
* neko-htmlunit-2.xx-sources.jar.asc
* neko-htmlunit-2.xx-tests.jar
* neko-htmlunit-2.xx-tests.jar.asc
* neko-htmlunit-2.xx.jar
* neko-htmlunit-2.xx.jar.asc
* neko-htmlunit-2.xx.pom
* neko-htmlunit-2.xx.pom.asc
* neko-htmlunit-3.xx-javadoc.jar
* neko-htmlunit-3.xx-javadoc.jar.asc
* neko-htmlunit-3.xx-sources.jar
* neko-htmlunit-3.xx-sources.jar.asc
* neko-htmlunit-3.xx-tests.jar
* neko-htmlunit-3.xx-tests.jar.asc
* neko-htmlunit-3.xx.jar
* neko-htmlunit-3.xx.jar.asc
* neko-htmlunit-3.xx.pom
* neko-htmlunit-3.xx.pom.asc
* and publish the release

* Update the version number in pom.xml to start next snapshot development
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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<name>HtmlUnit NekoHtml</name>
<organization>
<name>HtmlUnit</name>
Expand Down

0 comments on commit aef7b35

Please sign in to comment.