Skip to content

Commit

Permalink
depcheck 9
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 4, 2023
1 parent 7ac511d commit fd638d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<pmd.version>6.50.0</pmd.version>
<junit.version>4.13.2</junit.version>
<archunit.version>1.2.0</archunit.version>
<dependencycheck.version>8.4.3</dependencycheck.version>
<dependencycheck.version>9.0.2</dependencycheck.version>
</properties>

<build>
Expand Down Expand Up @@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<doclint>html,missing,reference,syntax</doclint>
Expand Down Expand Up @@ -612,7 +612,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<doclint>html,missing,reference,syntax</doclint>
Expand Down

0 comments on commit fd638d0

Please sign in to comment.