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 ba15919 commit 6c31990Copy full SHA for 6c31990
build.gradle
@@ -427,7 +427,7 @@ dependencies {
427
428
implementation group: 'commons-io', name: 'commons-io', version: '2.20.0'
429
implementation 'org.apache.commons:commons-collections4:4.5.0'
430
- implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
431
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.14.1'
432
433
implementation 'commons-validator:commons-validator:1.9.0'
0 commit comments