mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
28ae8fa21f
commit
54f5ac14f3
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue