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 0f25fab commit cc798c1Copy full SHA for cc798c1
build.gradle
@@ -283,7 +283,7 @@ dependencies {
283
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
284
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0'
285
implementation group: 'commons-net', name: 'commons-net', version: '3.12.0'
286
- implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
287
288
testImplementation(platform(group: 'org.junit', name: 'junit-bom', version: '5.13.4'))
289
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments