Skip to content

Commit d07b489

Browse files
committed
version 4.4.0
1 parent 13c3962 commit d07b489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
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.3.0</version>
7+
<version>4.4.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
2222

23-
<dependencycheck.version>9.2.0</dependencycheck.version>
23+
<dependencycheck.version>10.0.3</dependencycheck.version>
2424
</properties>
2525
<build>
2626
<resources>
@@ -376,7 +376,7 @@
376376
<plugin>
377377
<groupId>org.apache.maven.plugins</groupId>
378378
<artifactId>maven-surefire-plugin</artifactId>
379-
<version>3.3.0</version>
379+
<version>3.3.1</version>
380380
</plugin>
381381
<plugin>
382382
<groupId>org.apache.maven.plugins</groupId>
@@ -416,7 +416,7 @@
416416
<plugin>
417417
<groupId>org.apache.maven.plugins</groupId>
418418
<artifactId>maven-javadoc-plugin</artifactId>
419-
<version>3.7.0</version>
419+
<version>3.8.0</version>
420420
<configuration>
421421
<quiet>true</quiet>
422422
<doclint>none</doclint>
@@ -458,7 +458,7 @@
458458
<plugin>
459459
<groupId>org.apache.maven.plugins</groupId>
460460
<artifactId>maven-release-plugin</artifactId>
461-
<version>3.1.0</version>
461+
<version>3.1.1</version>
462462
</plugin>
463463
</plugins>
464464
</build>

0 commit comments

Comments
 (0)