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 95866a9 commit aaff3e9Copy full SHA for aaff3e9
tools/benchmark-cli/build.gradle
@@ -50,7 +50,7 @@ dependencies {
50
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
51
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
52
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'
+ implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
54
implementation group: 'commons-codec', name: 'commons-codec', version: '1.17.0' // transitively required by httpclient
55
56
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'
0 commit comments