Skip to content

Commit 052829c

Browse files
committed
dep updates
1 parent a254e28 commit 052829c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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-cssparser</artifactId>
7-
<version>4.9.0</version>
7+
<version>4.10.0-SNAPSHOT</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-compiler-plugin</artifactId>
77-
<version>3.13.0</version>
77+
<version>3.14.0</version>
7878
</plugin>
7979
<plugin>
8080
<!-- generate parsers and lexers before compiling -->
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>org.junit.jupiter</groupId>
324324
<artifactId>junit-jupiter-engine</artifactId>
325-
<version>5.11.4</version>
325+
<version>5.12.0</version>
326326
<scope>test</scope>
327327
</dependency>
328328
<dependency>

0 commit comments

Comments
 (0)