Skip to content

Commit 566f8a2

Browse files
committed
5.1.0
1 parent 7ceb7d3 commit 566f8a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2323
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
2424

2525

26-
### Latest release Version 5.0.0 / May 24, 2026
26+
### Latest release Version 5.1.0 / May 31, 2026
2727

2828

2929
<a name="legacy-support-jdk-8"></a>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-core-js</artifactId>
7-
<version>5.0.0</version>
7+
<version>5.1.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -42,7 +42,7 @@
4242
<resources-plugin.version>3.3.1</resources-plugin.version> <!--jdoc fails with newer versions-->
4343
<source-plugin.version>3.4.0</source-plugin.version>
4444
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
45-
<surefire-plugin.version>3.5.5</surefire-plugin.version>
45+
<surefire-plugin.version>3.5.6</surefire-plugin.version>
4646
</properties>
4747

4848
<build>

0 commit comments

Comments
 (0)