Skip to content

Commit aaff3e9

Browse files
authored
update commons-lang3 lib (#17812)
1 parent 95866a9 commit aaff3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/benchmark-cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
5151
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
5252
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.26.1'
53-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
53+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
5454
implementation group: 'commons-codec', name: 'commons-codec', version: '1.17.0' // transitively required by httpclient
5555

5656
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'

0 commit comments

Comments
 (0)