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 4df491f commit a7aa937Copy full SHA for a7aa937
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
implementation "org.apache.commons:commons-lang3:3.14.0"
43
implementation "org.reflections:reflections:0.10.2"
44
implementation "com.google.inject:guice:7.0.0"
45
- implementation "commons-io:commons-io:2.15.1"
+ implementation "commons-io:commons-io:2.19.0"
46
47
testImplementation "org.sonarsource.sonarqube:sonar-testing-harness:${sonarHarnessVersion}"
48
testImplementation 'org.assertj:assertj-core:3.25.3'
0 commit comments