Skip to content

Commit

Permalink
Update a few more plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed May 16, 2023
1 parent e5e8583 commit f84a3f6
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 @@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand All @@ -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

0 comments on commit f84a3f6

Please sign in to comment.