diff --git a/services/build.gradle b/services/build.gradle index 354d4e17..bd27cd80 100644 --- a/services/build.gradle +++ b/services/build.gradle @@ -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' /*