Skip to content

Commit 6836ba2

Browse files
committed
dep updates
1 parent 24c903f commit 6836ba2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
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.0.0</version>
7+
<version>4.1.0-SNAPSHOT</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.0.9</dependencycheck.version>
23+
<dependencycheck.version>9.1.0</dependencycheck.version>
2424
</properties>
2525
<build>
2626
<resources>
@@ -380,12 +380,12 @@
380380
<plugin>
381381
<groupId>org.apache.maven.plugins</groupId>
382382
<artifactId>maven-compiler-plugin</artifactId>
383-
<version>3.12.1</version>
383+
<version>3.13.0</version>
384384
</plugin>
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-jar-plugin</artifactId>
388-
<version>3.3.0</version>
388+
<version>3.4.0</version>
389389
<configuration>
390390
<archive>
391391
<manifest>
@@ -403,7 +403,7 @@
403403
<plugin>
404404
<groupId>org.apache.maven.plugins</groupId>
405405
<artifactId>maven-source-plugin</artifactId>
406-
<version>3.3.0</version>
406+
<version>3.3.1</version>
407407
<executions>
408408
<execution>
409409
<goals>
@@ -435,7 +435,7 @@
435435
<plugin>
436436
<groupId>org.apache.maven.plugins</groupId>
437437
<artifactId>maven-gpg-plugin</artifactId>
438-
<version>3.1.0</version>
438+
<version>3.2.3</version>
439439
<executions>
440440
<execution>
441441
<phase>verify</phase>

0 commit comments

Comments
 (0)