From 6e0bd7290c2e3b6c94351df3ecede817b9000adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Fri, 27 Oct 2023 11:26:03 +0100 Subject: [PATCH] Update JDK to 17.0.9+9 and jackson to 2.15.3 (#15510) --- versions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions.yml b/versions.yml index cac20c6628e..d306d95f34c 100644 --- a/versions.yml +++ b/versions.yml @@ -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 @@ -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