Skip to content

Commit 2b32a7f

Browse files
committed
5.1.0
1 parent 548d1a0 commit 2b32a7f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
3535
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
3636

3737

38-
### Latest release Version 5.0.0 / May 24, 2026
38+
### Latest release Version 5.1.0 / May 31, 2026
3939

4040
##### Security Advisories
4141

@@ -55,7 +55,7 @@ Add to your `pom.xml`:
5555
<dependency>
5656
<groupId>org.htmlunit</groupId>
5757
<artifactId>neko-htmlunit</artifactId>
58-
<version>5.0.0</version>
58+
<version>5.1.0</version>
5959
</dependency>
6060
```
6161

@@ -64,7 +64,7 @@ Add to your `pom.xml`:
6464
Add to your `build.gradle`:
6565

6666
```groovy
67-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.0.0'
67+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.1.0'
6868
```
6969

7070
## HowTo use
@@ -318,7 +318,7 @@ Add the dependency to your `pom.xml`:
318318
<dependency>
319319
<groupId>org.htmlunit</groupId>
320320
<artifactId>neko-htmlunit</artifactId>
321-
<version>5.1.0-SNAPSHOT</version>
321+
<version>5.2.0-SNAPSHOT</version>
322322
</dependency>
323323

324324
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
@@ -348,7 +348,7 @@ repositories {
348348
}
349349
// ...
350350
dependencies {
351-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.1.0-SNAPSHOT'
351+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.2.0-SNAPSHOT'
352352
// ...
353353
}
354354
```

pom.xml

Lines changed: 3 additions & 3 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>5.0.0</version>
8+
<version>5.1.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -32,7 +32,7 @@
3232
<!-- quality -->
3333
<checkstyle.version>12.3.1</checkstyle.version>
3434
<spotbugs.version>4.9.8</spotbugs.version>
35-
<pmd.version>7.24.0</pmd.version>
35+
<pmd.version>7.25.0</pmd.version>
3636
<dependencycheck.version>10.0.4</dependencycheck.version>
3737

3838
<!-- plugins -->
@@ -47,7 +47,7 @@
4747
<jar-plugin.version>3.5.0</jar-plugin.version>
4848
<source-plugin.version>3.4.0</source-plugin.version>
4949
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
50-
<surefire-plugin.version>3.5.5</surefire-plugin.version>
50+
<surefire-plugin.version>3.5.6</surefire-plugin.version>
5151
</properties>
5252

5353
<dependencies>

0 commit comments

Comments
 (0)