Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 937b51b

Browse files
committed
start working on 4.11.0-SNAPSHOT
1 parent f6df509 commit 937b51b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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.9.0</version>
7+
<version>4.11.0-SNAPSHOT</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-clean-plugin</artifactId>
94-
<version>3.4.0</version>
94+
<version>3.4.1</version>
9595
<configuration>
9696
<filesets>
9797
<fileset>
@@ -429,7 +429,7 @@
429429
<plugin>
430430
<groupId>org.apache.maven.plugins</groupId>
431431
<artifactId>maven-compiler-plugin</artifactId>
432-
<version>3.13.0</version>
432+
<version>3.14.0</version>
433433
</plugin>
434434
<plugin>
435435
<groupId>org.apache.maven.plugins</groupId>
@@ -544,14 +544,14 @@
544544
<dependency>
545545
<groupId>org.junit.jupiter</groupId>
546546
<artifactId>junit-jupiter-engine</artifactId>
547-
<version>5.11.4</version>
547+
<version>5.12.0</version>
548548
<scope>test</scope>
549549
</dependency>
550550
<!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
551551
<dependency>
552552
<groupId>org.junit.vintage</groupId>
553553
<artifactId>junit-vintage-engine</artifactId>
554-
<version>5.11.3</version>
554+
<version>5.12.0</version>
555555
<scope>test</scope>
556556
</dependency>
557557
</dependencies>

0 commit comments

Comments
 (0)