update guava and httpclient dependencies

Fixes #11791
This commit is contained in:
Joao Duarte 2020-04-15 10:42:07 +01:00 committed by João Duarte
parent 28ae8fa21f
commit 54f5ac14f3
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ dependencies {
implementation project(':logstash-core')
implementation "org.openjdk.jmh:jmh-core:$jmh"
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:$jmh"
implementation 'com.google.guava:guava:21.0'
implementation 'com.google.guava:guava:24.1.1-jre'
implementation 'commons-io:commons-io:2.5'
runtimeOnly 'joda-time:joda-time:2.8.2'
api "org.jruby:jruby-core:$jrubyVersion"

View file

@ -167,7 +167,7 @@ dependencies {
} else {
api files(customJRubyDir + "/maven/jruby-complete/target/jruby-complete-${customJRubyVersion}.jar")
}
implementation group: 'com.google.guava', name: 'guava', version: '22.0'
implementation group: 'com.google.guava', name: 'guava', version: '24.1.1-jre'
// WARNING: DO NOT UPGRADE "google-java-format"
// later versions require GPL licensed code in javac-shaded that is
// Apache2 incompatible

View file

@ -50,7 +50,7 @@ ext {
dependencies {
implementation 'net.sf.jopt-simple:jopt-simple:5.0.3'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.20'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
implementation group: 'commons-io', name: 'commons-io', version: '2.6'