We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6cfbd + 098671b commit a7fb686Copy full SHA for a7fb686
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
implementation('commons-io:commons-io:2.19.0')
28
implementation('org.apache.ivy:ivy:2.5.3')
29
api('org.assertj:assertj-core:3.27.3')
30
- implementation('org.apache.commons:commons-lang3:3.17.0')
+ implementation('org.apache.commons:commons-lang3:3.18.0')
31
32
testImplementation('junit:junit:4.13.2')
33
}
0 commit comments