Skip to content

Commit

Permalink
Merge pull request #179 from tomzo/dependabot/gradle/commons-io-commo…
Browse files Browse the repository at this point in the history
…ns-io-2.13.0

Bump commons-io:commons-io from 2.11.0 to 2.13.0
  • Loading branch information
chadlwilson authored Jul 18, 2023
2 parents 4f8311d + c103c12 commit 0df9496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {

dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
implementation group: 'org.apache.ant', name: 'ant', version: '1.10.12'
implementation group: 'com.beust', name: 'jcommander', version: '1.82'
implementation group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.15'
Expand Down

0 comments on commit 0df9496

Please sign in to comment.