Skip to content

Commit

Permalink
Update dependencies and plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx authored and slachiewicz committed Aug 1, 2021
1 parent c97a9d2 commit 5e34e58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand All @@ -132,7 +132,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
<version>1.15</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -236,6 +236,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.1</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 5e34e58

Please sign in to comment.