Skip to content

Commit 6288f9d

Browse files
committed
dep updates
1 parent 13d7e00 commit 6288f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

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

23-
<dependencycheck.version>8.4.3</dependencycheck.version>
2423
<checkstyle.version>9.3</checkstyle.version>
24+
<dependencycheck.version>9.0.4</dependencycheck.version>
2525
</properties>
2626

2727
<build>
@@ -326,7 +326,7 @@
326326
<dependency>
327327
<groupId>commons-io</groupId>
328328
<artifactId>commons-io</artifactId>
329-
<version>2.15.0</version>
329+
<version>2.15.1</version>
330330
<scope>test</scope>
331331
</dependency>
332332
</dependencies>

0 commit comments

Comments
 (0)