Skip to content

Commit

Permalink
Upgrade to commons-io 2.18.0
Browse files Browse the repository at this point in the history
Upgrade to commons-codec 1.17.1
  • Loading branch information
jbonofre committed Dec 18, 2024
1 parent 60e6b25 commit 76c4719
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 @@ -334,12 +334,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 76c4719

Please sign in to comment.