forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.yml
26 lines (23 loc) · 1003 Bytes
/
versions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
# alpha and beta qualifiers are now added via VERSION_QUALIFIER environment var
logstash: 8.0.0
logstash-core: 8.0.0
logstash-core-plugin-api: 2.1.16
# 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.11.1
sha1: cceb81635fe3cd39f895c7632428e94b503e8e3d
# 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.12
jackson: 2.9.10
jackson-databind: 2.9.10.4