mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
This change to ensure that Java and JRuby agree upon the version of Jackson. This downgrades Java from 2.7.4 to 2.7.3 (which is the JRuby version). Fixes: #6781 Fixes #7614
12 lines
852 B
Ruby
12 lines
852 B
Ruby
# This file is generated by Gradle as part of the build process. It extracts the build.gradle
|
|
# runtime dependencies to generate this gemspec dependencies file to be eval'ed by the gemspec
|
|
# for the jar-dependencies requirements.
|
|
|
|
gem.requirements << "jar org.apache.logging.log4j:log4j-slf4j-impl, 2.6.2"
|
|
gem.requirements << "jar org.apache.logging.log4j:log4j-api, 2.6.2"
|
|
gem.requirements << "jar org.apache.logging.log4j:log4j-core, 2.6.2"
|
|
gem.requirements << "jar com.fasterxml.jackson.core:jackson-core, 2.7.3"
|
|
gem.requirements << "jar com.fasterxml.jackson.core:jackson-databind, 2.7.3"
|
|
gem.requirements << "jar com.fasterxml.jackson.core:jackson-annotations, 2.7.3"
|
|
gem.requirements << "jar com.fasterxml.jackson.module:jackson-module-afterburner, 2.7.3"
|
|
gem.requirements << "jar com.fasterxml.jackson.dataformat:jackson-dataformat-cbor, 2.7.3"
|