Skip to content

Commit 796329c

Browse files
committed
pom updates
1 parent 1e68a44 commit 796329c

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.5.0</version>
7+
<version>4.6.0-SNAPSHOT</version>
88
<name>HtmlUnit CSS Parser</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-
<checkstyle.version>10.18.2</checkstyle.version>
23+
<checkstyle.version>10.20.0</checkstyle.version>
2424
<dependencycheck.version>10.0.4</dependencycheck.version>
2525
</properties>
2626

@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-checkstyle-plugin</artifactId>
151-
<version>3.5.0</version>
151+
<version>3.6.0</version>
152152
<configuration>
153153
<configLocation>checkstyle.xml</configLocation>
154154
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>

0 commit comments

Comments
 (0)