Skip to content

Commit

Permalink
Merge pull request #242 from groovy/more-updates
Browse files Browse the repository at this point in the history
Plugin and dependency updates
  • Loading branch information
keeganwitt committed May 17, 2023
2 parents 06d7dc8 + 815875c commit 09baf99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!-- this is needed to be able to use maven-archiver >= 3.5 -->
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.4</version>
<version>3.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -93,7 +93,7 @@
<!-- fix CVE-2021-29425 -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -365,7 +365,7 @@
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -611,7 +611,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.15.0</version>
<version>3.21.0</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
Expand Down

0 comments on commit 09baf99

Please sign in to comment.