Skip to content

Commit

Permalink
various dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 3, 2024
1 parent 630fa35 commit 7114b9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
<slf4j.version>2.0.16</slf4j.version>

<!-- As a property, as it is included in Checkstyle build -->
<checkstyle.version>10.18.0</checkstyle.version>
<checkstyle.version>10.18.1</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<pmd.version>7.4.0</pmd.version>
<pmd.version>7.5.0</pmd.version>
<junit.version>4.13.2</junit.version>
<archunit.version>1.3.0</archunit.version>
<dependencycheck.version>10.0.3</dependencycheck.version>
<dependencycheck.version>10.0.4</dependencycheck.version>
</properties>

<build>
Expand Down Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.24.0</version>
<version>3.25.0</version>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down

0 comments on commit 7114b9a

Please sign in to comment.