Skip to content

Commit b469e4c

Browse files
committed
the usual dependency updates
1 parent bbcc3e4 commit b469e4c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 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>4.4.0</version>
7+
<version>4.5.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-
<checkstyle.version>10.17.0</checkstyle.version>
24-
<dependencycheck.version>10.0.3</dependencycheck.version>
23+
<checkstyle.version>10.18.2</checkstyle.version>
24+
<dependencycheck.version>10.0.4</dependencycheck.version>
2525
</properties>
2626

2727
<build>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-surefire-plugin</artifactId>
71-
<version>3.3.1</version>
71+
<version>3.5.1</version>
7272
</plugin>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-checkstyle-plugin</artifactId>
151-
<version>3.4.0</version>
151+
<version>3.5.0</version>
152152
<configuration>
153153
<configLocation>checkstyle.xml</configLocation>
154154
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-javadoc-plugin</artifactId>
200-
<version>3.8.0</version>
200+
<version>3.10.1</version>
201201
<configuration>
202202
<additionalparam>--allow-script-in-comments</additionalparam>
203203
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-gpg-plugin</artifactId>
216-
<version>3.2.4</version>
216+
<version>3.2.7</version>
217217
<executions>
218218
<execution>
219219
<phase>verify</phase>
@@ -321,13 +321,13 @@
321321
<dependency>
322322
<groupId>org.junit.jupiter</groupId>
323323
<artifactId>junit-jupiter-engine</artifactId>
324-
<version>5.10.2</version>
324+
<version>5.11.2</version>
325325
<scope>test</scope>
326326
</dependency>
327327
<dependency>
328328
<groupId>commons-io</groupId>
329329
<artifactId>commons-io</artifactId>
330-
<version>2.16.1</version>
330+
<version>2.17.0</version>
331331
<scope>test</scope>
332332
</dependency>
333333
</dependencies>

0 commit comments

Comments
 (0)