From 7e71b2dbb35540c95910042a3c3d7eeab0653f92 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 17 Sep 2019 17:50:52 -0700 Subject: [PATCH] Update bundled JDK to JDK 13 (#46795) With the next minor release of Elasticsearch we will drop support for JDK 12 and bump to JDK 13. While we want to use AdoptOpenJDK as the bundled JDK, we are waiting for a release there. This commit moves to OpenJDK 13 for now, and we will move to AdoptOpenJDK 13 as soon as its available. Since macOS Catalina is delayed until October, we have some time to update this. --- buildSrc/version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 61b34a087c7..54b0b15706b 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -1,8 +1,8 @@ elasticsearch = 7.5.0 lucene = 8.2.0 -bundled_jdk_vendor = adoptopenjdk -bundled_jdk = 12.0.2+10 +bundled_jdk_vendor = openjdk +bundled_jdk = 13+33@5b8a42f3905b406298b72d750b6919f6 # optional dependencies spatial4j = 0.7