Skip to content

Commit

Permalink
upgrade commons-io to mitigate CVE-2024-47554
Browse files Browse the repository at this point in the history
  • Loading branch information
dankress authored Oct 8, 2024
1 parent 9ff4893 commit 59ed545
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 59ed545

Please sign in to comment.