Skip to content

Commit

Permalink
Upgrade commons-io to 2.17.0 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
dankress authored Oct 9, 2024
1 parent 9ff4893 commit 0ed2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation addSlf4J('slf4j-api')
implementation addSlf4J('log4j-over-slf4j')
implementation addSlf4J('jcl-over-slf4j')
implementation 'commons-io:commons-io:2.8.0'
implementation 'commons-io:commons-io:2.17.0'
testImplementation group: 'org.hamcrest', name: 'hamcrest-core', version: '2.2'
testImplementation group: 'org.testng', name: 'testng', version: '7.5.1'
/*
Expand Down

0 comments on commit 0ed2cfd

Please sign in to comment.