Skip to content

Commit 8f52e4c

Browse files
committed
lib updates
1 parent d16912f commit 8f52e4c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

Lines changed: 7 additions & 6 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-cssparser</artifactId>
7-
<version>3.6.0</version>
7+
<version>3.7.0-SNAPSHOT</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -20,7 +20,8 @@
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
2222

23-
<dependencycheck.version>8.4.0</dependencycheck.version>
23+
<dependencycheck.version>8.4.2</dependencycheck.version>
24+
<checkstyle.version>9.3</checkstyle.version>
2425
</properties>
2526

2627
<build>
@@ -66,7 +67,7 @@
6667
<plugin>
6768
<groupId>org.apache.maven.plugins</groupId>
6869
<artifactId>maven-surefire-plugin</artifactId>
69-
<version>3.1.2</version>
70+
<version>3.2.1</version>
7071
</plugin>
7172
<plugin>
7273
<groupId>org.apache.maven.plugins</groupId>
@@ -142,7 +143,7 @@
142143
<plugin>
143144
<groupId>org.apache.maven.plugins</groupId>
144145
<artifactId>maven-checkstyle-plugin</artifactId>
145-
<version>3.3.0</version>
146+
<version>3.3.1</version>
146147
<configuration>
147148
<configLocation>checkstyle.xml</configLocation>
148149
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -154,7 +155,7 @@
154155
<dependency>
155156
<groupId>com.puppycrawl.tools</groupId>
156157
<artifactId>checkstyle</artifactId>
157-
<version>9.3</version>
158+
<version>${checkstyle.version}</version>
158159
</dependency>
159160
</dependencies>
160161
</plugin>
@@ -351,7 +352,7 @@
351352
<dependency>
352353
<groupId>commons-io</groupId>
353354
<artifactId>commons-io</artifactId>
354-
<version>2.14.0</version>
355+
<version>2.15.0</version>
355356
<scope>test</scope>
356357
</dependency>
357358
</dependencies>

0 commit comments

Comments
 (0)