mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 06:08:19 -04:00
Plugins * logstash-input-azure_event_hubs: 1.5.1 * logstash-input-beats: 6.4.3-java Jars: * jackson: 2.14.1 * jackson-databind: 2.14.1 * guava: 32.1.3 * org.yaml:snakeyaml: 2.2 (ingest converter) Gems: * march_hare: 4.6.0-java * jrjackson: 0.4.17 Other changes: * tweak add-exports/add-opens to accomodate newer dependencies * serialization changes to ObjectMappers.java to accomodate jackson 2.13
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
# alpha and beta qualifiers are now added via VERSION_QUALIFIER environment var
|
|
logstash: 7.17.28
|
|
logstash-core: 7.17.28
|
|
logstash-core-plugin-api: 2.1.16
|
|
|
|
bundled_jdk:
|
|
# for AdoptOpenJDK/OpenJDK jdk-14.0.1+7.1, the revision is 14.0.1 while the build is 7.1
|
|
vendor: "adoptium"
|
|
revision: 11.0.26
|
|
build: 4
|
|
|
|
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
|
# *and* for which jars artifacts are published for compile-time
|
|
jruby:
|
|
version: 9.2.20.1
|
|
sha1: 7f45f8a3d53d5f19f69952014abcb542b2670846
|
|
|
|
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby for logstash runtime only,
|
|
# not for the compile-time jars
|
|
#
|
|
#jruby-runtime-override:
|
|
# url: http://ci.jruby.org/snapshots/previous/jruby-bin-9.2.0.0-SNAPSHOT.tar.gz
|
|
# version: 9.2.0.0-SNAPSHOT
|
|
# sha1: IGNORE
|
|
|
|
# Note: this file is copied to the root of logstash-core because its gemspec needs it when
|
|
# bundler evaluates the gemspec via bin/logstash
|
|
# Ensure Jackson version here is kept in sync with version used by jrjackson gem
|
|
jrjackson: 0.4.17
|
|
jackson: 2.14.1
|
|
jackson-databind: 2.14.1
|