Skip to content

Commit 0ed2cfd

Browse files
authored
Upgrade commons-io to 2.17.0 (#393)
1 parent 9ff4893 commit 0ed2cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
implementation addSlf4J('slf4j-api')
88
implementation addSlf4J('log4j-over-slf4j')
99
implementation addSlf4J('jcl-over-slf4j')
10-
implementation 'commons-io:commons-io:2.8.0'
10+
implementation 'commons-io:commons-io:2.17.0'
1111
testImplementation group: 'org.hamcrest', name: 'hamcrest-core', version: '2.2'
1212
testImplementation group: 'org.testng', name: 'testng', version: '7.5.1'
1313
/*

0 commit comments

Comments
 (0)