From 6febcf7b53ff189de767e460e905e9e5aeecc8cb Mon Sep 17 00:00:00 2001 From: Kartik Ganesh Date: Mon, 2 May 2022 16:22:59 -0700 Subject: [PATCH] Update bundled JDK to 11.0.15+10 (#3100) (#3134) Signed-off-by: Andriy Redko Co-authored-by: Andriy Redko --- .../main/java/org/opensearch/gradle/test/DistroTestPlugin.java | 2 +- buildSrc/version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a77155aacf723..5e0c4be77656d 100644 --- a/buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java +++ b/buildSrc/src/main/java/org/opensearch/gradle/test/DistroTestPlugin.java @@ -77,7 +77,7 @@ public class DistroTestPlugin implements Plugin { private static final String SYSTEM_JDK_VERSION = "8u242+b08"; private static final String SYSTEM_JDK_VENDOR = "adoptopenjdk"; - private static final String GRADLE_JDK_VERSION = "17.0.2+8"; + private static final String GRADLE_JDK_VERSION = "11.0.15+10"; 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 c6ebecb2a6f24..496c2a3624f7f 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -2,7 +2,7 @@ opensearch = 1.3.2 lucene = 8.10.1 bundled_jdk_vendor = adoptium -bundled_jdk = 11.0.14.1+1 +bundled_jdk = 11.0.15+10