Skip to content

Commit

Permalink
Merge pull request #432 from jbonofre/429
Browse files Browse the repository at this point in the history
Upgrade to commons-io 2.18.0 & commons-codec 1.17.1
  • Loading branch information
jbonofre authored Dec 18, 2024
2 parents fc6bde8 + 84035e8 commit 98563ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,12 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.18.0</version>
</dependency>

<!-- Logging -->
Expand Down

0 comments on commit 98563ed

Please sign in to comment.