@@ -15,7 +15,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e
15
15
### Project News
16
16
[ HtmlUnit@Twitter] [ 3 ]
17
17
18
- ### Latest release Version 3.4 .0 / July 26 , 2023
18
+ ### Latest release Version 3.5 .0 / August 19 , 2023
19
19
20
20
#### [ CVE-2022 -29546] ( https://nvd.nist.gov/vuln/detail/CVE-2022-29546 )
21
21
#### 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`:
33
33
<dependency >
34
34
<groupId >org.htmlunit</groupId >
35
35
<artifactId >neko-htmlunit</artifactId >
36
- <version >3.4 .0</version >
36
+ <version >3.5 .0</version >
37
37
</dependency >
38
38
```
39
39
@@ -42,7 +42,7 @@ Add to your `pom.xml`:
42
42
Add to your ` build.gradle ` :
43
43
44
44
``` 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'
46
46
```
47
47
48
48
## HowTo use
@@ -104,7 +104,7 @@ If you use maven please add:
104
104
<dependency>
105
105
<groupId>org.htmlunit</groupId>
106
106
<artifactId>neko-htmlunit</artifactId>
107
- <version>3.5 .0-SNAPSHOT</version>
107
+ <version>3.6 .0-SNAPSHOT</version>
108
108
</dependency>
109
109
110
110
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.
190
190
* Create the version on Github
191
191
* login to Github and open project https://github.com/HtmlUnit/htmlunit-neko
192
192
* 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)
194
194
* 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
205
205
* and publish the release
206
206
207
207
* Update the version number in pom.xml to start next snapshot development
0 commit comments