We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a254e28 commit 052829cCopy full SHA for 052829c
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.htmlunit</groupId>
6
<artifactId>htmlunit-cssparser</artifactId>
7
- <version>4.9.0</version>
+ <version>4.10.0-SNAPSHOT</version>
8
<name>HtmlUnit CSS Parser</name>
9
<organization>
10
<name>HtmlUnit</name>
@@ -74,7 +74,7 @@
74
<plugin>
75
<groupId>org.apache.maven.plugins</groupId>
76
<artifactId>maven-compiler-plugin</artifactId>
77
- <version>3.13.0</version>
+ <version>3.14.0</version>
78
</plugin>
79
80
<!-- generate parsers and lexers before compiling -->
@@ -322,7 +322,7 @@
322
<dependency>
323
<groupId>org.junit.jupiter</groupId>
324
<artifactId>junit-jupiter-engine</artifactId>
325
- <version>5.11.4</version>
+ <version>5.12.0</version>
326
<scope>test</scope>
327
</dependency>
328
0 commit comments