Skip to content

Commit aef7b35

Browse files
committed
version 3.5.0
1 parent 5cdbfd1 commit aef7b35

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e
1515
### Project News
1616
[HtmlUnit@Twitter][3]
1717

18-
### Latest release Version 3.4.0 / July 26, 2023
18+
### Latest release Version 3.5.0 / August 19, 2023
1919

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. Please update to at least version 2.62.0.
@@ -33,7 +33,7 @@ Add to your `pom.xml`:
3333
<dependency>
3434
<groupId>org.htmlunit</groupId>
3535
<artifactId>neko-htmlunit</artifactId>
36-
<version>3.4.0</version>
36+
<version>3.5.0</version>
3737
</dependency>
3838
```
3939

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

4444
```groovy
45-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.4.0'
45+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.5.0'
4646
```
4747

4848
## HowTo use
@@ -104,7 +104,7 @@ If you use maven please add:
104104
<dependency>
105105
<groupId>org.htmlunit</groupId>
106106
<artifactId>neko-htmlunit</artifactId>
107-
<version>3.5.0-SNAPSHOT</version>
107+
<version>3.6.0-SNAPSHOT</version>
108108
</dependency>
109109

110110
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -190,18 +190,18 @@ This part is intended for committer who are packaging a release.
190190
* Create the version on Github
191191
* login to Github and open project https://github.com/HtmlUnit/htmlunit-neko
192192
* click Releases > Draft new release
193-
* fill the tag and title field with the release number (e.g. 1.1.0)
193+
* fill the tag and title field with the release number (e.g. 3.5.0)
194194
* append
195-
* neko-htmlunit-2.xx-javadoc.jar
196-
* neko-htmlunit-2.xx-javadoc.jar.asc
197-
* neko-htmlunit-2.xx-sources.jar
198-
* neko-htmlunit-2.xx-sources.jar.asc
199-
* neko-htmlunit-2.xx-tests.jar
200-
* neko-htmlunit-2.xx-tests.jar.asc
201-
* neko-htmlunit-2.xx.jar
202-
* neko-htmlunit-2.xx.jar.asc
203-
* neko-htmlunit-2.xx.pom
204-
* neko-htmlunit-2.xx.pom.asc
195+
* neko-htmlunit-3.xx-javadoc.jar
196+
* neko-htmlunit-3.xx-javadoc.jar.asc
197+
* neko-htmlunit-3.xx-sources.jar
198+
* neko-htmlunit-3.xx-sources.jar.asc
199+
* neko-htmlunit-3.xx-tests.jar
200+
* neko-htmlunit-3.xx-tests.jar.asc
201+
* neko-htmlunit-3.xx.jar
202+
* neko-htmlunit-3.xx.jar.asc
203+
* neko-htmlunit-3.xx.pom
204+
* neko-htmlunit-3.xx.pom.asc
205205
* and publish the release
206206

207207
* Update the version number in pom.xml to start next snapshot development

pom.xml

Lines changed: 1 addition & 1 deletion
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>3.5.0-SNAPSHOT</version>
8+
<version>3.5.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)