Skip to content

Commit a821401

Browse files
committed
dependency updates
1 parent 6aed5c7 commit a821401

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 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-csp</artifactId>
7-
<version>4.5.0</version>
7+
<version>4.6.0-SNAPSHOT</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -24,7 +24,7 @@
2424
<spotbugs.version>4.8.6</spotbugs.version>
2525
<pmd.version>7.6.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
27-
<dependencycheck.version>10.0.4</dependencycheck.version>
27+
<dependencycheck.version>11.1.0</dependencycheck.version>
2828
</properties>
2929

3030
<build>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.5.1</version>
58+
<version>3.5.2</version>
5959
</plugin>
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-checkstyle-plugin</artifactId>
68-
<version>3.5.0</version>
68+
<version>3.6.0</version>
6969
<configuration>
7070
<configLocation>checkstyle.xml</configLocation>
7171
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-javadoc-plugin</artifactId>
117-
<version>3.10.1</version>
117+
<version>3.11.1</version>
118118
<configuration>
119119
<additionalparam>--allow-script-in-comments</additionalparam>
120120
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>com.github.spotbugs</groupId>
184184
<artifactId>spotbugs-maven-plugin</artifactId>
185-
<version>4.8.6.4</version>
185+
<version>4.8.6.5</version>
186186
<dependencies>
187187
<dependency>
188188
<groupId>com.github.spotbugs</groupId>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-pmd-plugin</artifactId>
200-
<version>3.25.0</version>
200+
<version>3.26.0</version>
201201
<dependencies>
202202
<dependency>
203203
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)