Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JDK to 17.0.9+9 and jackson to 2.15.3 #15510

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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: 17.0.8
build: 7
revision: 17.0.9
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
Expand All @@ -25,5 +25,5 @@ jruby:
# bundler evaluates the gemspec via bin/logstash
# Ensure Jackson version here is kept in sync with version used by jrjackson gem
jrjackson: 0.4.18
jackson: 2.15.2
jackson-databind: 2.15.2
jackson: 2.15.3
jackson-databind: 2.15.3