Skip to content

Commit

Permalink
Update JDK to 17.0.9+9 and jackson to 2.15.3 (#15510)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Oct 27, 2023
1 parent f3c319d commit 6e0bd72
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 6e0bd72

Please sign in to comment.