mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 20:27:23 -04:00
https://www.jruby.org/2024/07/02/jruby-9-4-8-0.html > Fixed a bug in the bytecode JIT causing patterns to execute incorrect branches. #8283, #8284 > jruby-openssl is updated to 0.15.0, with updated Bouncy Castle libraries to avoid CVEs in older versions. > uri is updated to 0.12.2, mitigating CVE > net-ftp is updated to 0.3.7 with restored functionality on JRuby. Exhaustive test suite: https://buildkite.com/elastic/logstash-exhaustive-tests-pipeline/builds/580
29 lines
1.1 KiB
YAML
29 lines
1.1 KiB
YAML
---
|
|
# alpha and beta qualifiers are now added via VERSION_QUALIFIER environment var
|
|
logstash: 8.15.0
|
|
logstash-core: 8.15.0
|
|
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: 21.0.3
|
|
build: 9
|
|
|
|
# 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.4.8.0
|
|
sha1: 57089c106c6d0ad09a00db519ab1e984ea716d13
|
|
# jruby-runtime-override, if specified, will override the jruby version installed in vendor/jruby
|
|
#jruby-runtime-override:
|
|
# url: https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-dist/9.3.0.0-SNAPSHOT/jruby-dist-9.3.0.0-20210723.214927-259-bin.tar.gz
|
|
# version: 9.3.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.20
|
|
jackson: 2.16.2
|
|
jackson-databind: 2.16.2
|