We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff4893 commit 0ed2cfdCopy full SHA for 0ed2cfd
services/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
implementation addSlf4J('slf4j-api')
8
implementation addSlf4J('log4j-over-slf4j')
9
implementation addSlf4J('jcl-over-slf4j')
10
- implementation 'commons-io:commons-io:2.8.0'
+ implementation 'commons-io:commons-io:2.17.0'
11
testImplementation group: 'org.hamcrest', name: 'hamcrest-core', version: '2.2'
12
testImplementation group: 'org.testng', name: 'testng', version: '7.5.1'
13
/*
0 commit comments