Skip to content

Commit 5b4082b

Browse files
committed
dep updates
1 parent 8a3bd26 commit 5b4082b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
2222

23-
<dependencycheck.version>9.1.0</dependencycheck.version>
23+
<dependencycheck.version>9.2.0</dependencycheck.version>
2424
</properties>
2525
<build>
2626
<resources>
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.codehaus.mojo</groupId>
3434
<artifactId>build-helper-maven-plugin</artifactId>
35-
<version>3.5.0</version>
35+
<version>3.6.0</version>
3636
<executions>
3737
<execution>
3838
<phase>generate-sources</phase>
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-enforcer-plugin</artifactId>
54-
<version>3.4.1</version>
54+
<version>3.5.0</version>
5555
<executions>
5656
<execution>
5757
<id>enforce-maven</id>
@@ -416,7 +416,7 @@
416416
<plugin>
417417
<groupId>org.apache.maven.plugins</groupId>
418418
<artifactId>maven-javadoc-plugin</artifactId>
419-
<version>3.6.3</version>
419+
<version>3.7.0</version>
420420
<configuration>
421421
<quiet>true</quiet>
422422
<doclint>none</doclint>

0 commit comments

Comments
 (0)