Skip to content

Commit

Permalink
Update versions of SCA in pom.xml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesStoehr authored Apr 18, 2021
1 parent 6a920aa commit e6a426e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions artemis-java-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.1.4</version>
<version>4.2.3</version>
<configuration>
<!-- Do not analyze the files in the test directory -->
<includeTests>${analyzeTests}</includeTests>
Expand All @@ -318,12 +318,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.38</version>
<version>8.41.1</version>
</dependency>
</dependencies>
<configuration>
Expand All @@ -345,12 +345,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.29.0</version>
<version>6.33.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.29.0</version>
<version>6.33.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit e6a426e

Please sign in to comment.