From dece25115b1a3955600c6ad2c6973e06d9f8d912 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Fri, 26 Apr 2024 09:54:07 +0200 Subject: [PATCH] OpenJDK Update (April 2024 Patch releases) Signed-off-by: Andriy Redko --- CHANGELOG.md | 2 ++ .../java/org/opensearch/gradle/test/DistroTestPlugin.java | 4 ++-- buildSrc/version.properties | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae4ac0b3dc39..240ac07511a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies +- OpenJDK Update (April 2024 Patch releases), update to Eclipse Temurin 11.0.23+9 ([#13406](https://github.com/opensearch-project/OpenSearch/pull/13406)) + ### Changed ### Deprecated ### Removed diff --git a/buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java b/buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java index 02d4c7b23bd9b..1f8ee2764684d 100644 --- a/buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java +++ b/buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java @@ -75,9 +75,9 @@ import java.util.stream.Stream; public class DistroTestPlugin implements Plugin { - private static final String SYSTEM_JDK_VERSION = "8u402-b06"; + private static final String SYSTEM_JDK_VERSION = "8u412-b08"; private static final String SYSTEM_JDK_VENDOR = "adoptium"; - private static final String GRADLE_JDK_VERSION = "11.0.22+7"; + private static final String GRADLE_JDK_VERSION = "11.0.23+9"; private static final String GRADLE_JDK_VENDOR = "adoptium"; // all distributions used by distro tests. this is temporary until tests are per distribution diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 7a2c749ba1e98..973b95f0739cb 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -2,7 +2,7 @@ opensearch = 1.3.17 lucene = 8.10.1 bundled_jdk_vendor = adoptium -bundled_jdk = 11.0.22+7 +bundled_jdk = 11.0.23+9 # optional dependencies spatial4j = 0.7