Skip to content

Commit 7fd2183

Browse files
committed
4.13.0
1 parent 39593cf commit 7fd2183

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Latest release Version 4.12.0 / May 17, 2025
1+
### Latest release Version 4.13.0 / June 03, 2025
22

33
# HtmlUnit - core-js
44

pom.xml

Lines changed: 5 additions & 3 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>4.12.0</version>
7+
<version>4.13.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>8</maven.compiler.target>
2222

2323
<!-- test dependencies -->
24-
<junit.version>5.12.2</junit.version>
24+
<junit.version>5.13.0</junit.version>
2525

2626
<!-- quality -->
2727
<dependencycheck.version>10.0.4</dependencycheck.version>
@@ -88,6 +88,7 @@
8888
</execution>
8989
</executions>
9090
</plugin>
91+
<!--
9192
<plugin>
9293
<groupId>org.owasp</groupId>
9394
<artifactId>dependency-check-maven</artifactId>
@@ -105,6 +106,7 @@
105106
</execution>
106107
</executions>
107108
</plugin>
109+
-->
108110
<plugin>
109111
<groupId>org.apache.maven.plugins</groupId>
110112
<artifactId>maven-clean-plugin</artifactId>
@@ -574,7 +576,7 @@
574576
<dependency>
575577
<groupId>org.junit.platform</groupId>
576578
<artifactId>junit-platform-launcher</artifactId>
577-
<version>1.12.2</version>
579+
<version>1.13.0</version>
578580
<scope>test</scope>
579581
</dependency>
580582
</dependencies>

0 commit comments

Comments
 (0)