Skip to content

Commit cc798c1

Browse files
Update dependency org.apache.commons:commons-lang3 to v3.19.0 (#810)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f25fab commit cc798c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ dependencies {
283283
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
284284
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0'
285285
implementation group: 'commons-net', name: 'commons-net', version: '3.12.0'
286-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
286+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.19.0'
287287

288288
testImplementation(platform(group: 'org.junit', name: 'junit-bom', version: '5.13.4'))
289289
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)