Skip to content

Commit c7ae7d7

Browse files
committed
pum updates
1 parent a8ba401 commit c7ae7d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
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.5.0</version>
7+
<version>4.6.0-SNAPSHOT</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -379,7 +379,7 @@
379379
<plugin>
380380
<groupId>org.apache.maven.plugins</groupId>
381381
<artifactId>maven-surefire-plugin</artifactId>
382-
<version>3.5.1</version>
382+
<version>3.5.2</version>
383383
</plugin>
384384
<plugin>
385385
<groupId>org.apache.maven.plugins</groupId>
@@ -419,7 +419,7 @@
419419
<plugin>
420420
<groupId>org.apache.maven.plugins</groupId>
421421
<artifactId>maven-javadoc-plugin</artifactId>
422-
<version>3.10.1</version>
422+
<version>3.11.1</version>
423423
<configuration>
424424
<quiet>true</quiet>
425425
<doclint>none</doclint>
@@ -499,7 +499,7 @@
499499
<dependency>
500500
<groupId>org.junit.jupiter</groupId>
501501
<artifactId>junit-jupiter-engine</artifactId>
502-
<version>5.11.2</version>
502+
<version>5.11.3</version>
503503
<scope>test</scope>
504504
</dependency>
505505
</dependencies>

0 commit comments

Comments
 (0)