Skip to content

Commit b31e17d

Browse files
committed
4.20.0
1 parent c7247a0 commit b31e17d

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The **Htmlunit-NekoHtml** Parser is used by [HtmlUnit](https://htmlunit.sourcefo
2929

3030
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
3131

32-
### Latest release Version 4.19.0 / November 23, 2025
32+
### Latest release Version 4.20.0 / December 07, 2025
3333

3434
##### Security Advisories
3535

@@ -49,7 +49,7 @@ Add to your `pom.xml`:
4949
<dependency>
5050
<groupId>org.htmlunit</groupId>
5151
<artifactId>neko-htmlunit</artifactId>
52-
<version>4.19.0</version>
52+
<version>4.20.0</version>
5353
</dependency>
5454
```
5555

@@ -58,7 +58,7 @@ Add to your `pom.xml`:
5858
Add to your `build.gradle`:
5959

6060
```groovy
61-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.19.0'
61+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.20.0'
6262
```
6363

6464
## HowTo use
@@ -284,7 +284,7 @@ Add the dependency to your `pom.xml`:
284284
<dependency>
285285
<groupId>org.htmlunit</groupId>
286286
<artifactId>neko-htmlunit</artifactId>
287-
<version>4.20.0-SNAPSHOT</version>
287+
<version>4.21.0-SNAPSHOT</version>
288288
</dependency>
289289

290290
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
@@ -314,7 +314,7 @@ repositories {
314314
}
315315
// ...
316316
dependencies {
317-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.17.0-SNAPSHOT'
317+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.21.0-SNAPSHOT'
318318
// ...
319319
}
320320
```

pom.xml

Lines changed: 6 additions & 5 deletions
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>4.20.0-SNAPSHOT</version>
8+
<version>4.20.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -28,20 +28,21 @@
2828
<junit-launcher.version>1.14.1</junit-launcher.version>
2929

3030
<!-- quality -->
31-
<checkstyle.version>12.1.2</checkstyle.version>
31+
<checkstyle.version>12.2.0</checkstyle.version>
3232
<spotbugs.version>4.9.8</spotbugs.version>
33-
<pmd.version>7.18.0</pmd.version>
33+
<pmd.version>7.19.0</pmd.version>
3434
<dependencycheck.version>10.0.4</dependencycheck.version>
3535

3636
<!-- plugins -->
3737
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
3838
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
3939
<pmd-plugin.version>3.28.0</pmd-plugin.version>
40-
<spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version>
40+
<spotbugs-plugin.version>4.9.8.2</spotbugs-plugin.version>
4141
<gpg-plugin.version>3.2.8</gpg-plugin.version>
4242
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
4343
<compiler-plugin.version>3.14.1</compiler-plugin.version>
4444
<jar-plugin.version>3.5.0</jar-plugin.version>
45+
<source-plugin.version>3.4.0</source-plugin.version>
4546
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
4647
<surefire-plugin.version>3.5.4</surefire-plugin.version>
4748
</properties>
@@ -104,7 +105,7 @@
104105
<plugin>
105106
<groupId>org.apache.maven.plugins</groupId>
106107
<artifactId>maven-source-plugin</artifactId>
107-
<version>3.3.1</version>
108+
<version>${source-plugin.version}</version>
108109
<executions>
109110
<execution>
110111
<goals>

0 commit comments

Comments
 (0)