From 7641883c21e1c82ef328266d86e5b8722da215b4 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Thu, 17 Sep 2020 10:53:17 -0700 Subject: [PATCH] Upgrade the bundled JDK to JDK 15 This commit upgrades the bundled JDK to JDK 15. --- buildSrc/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 2142fc25f7206..03087878694da 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -2,7 +2,7 @@ elasticsearch = 8.0.0 lucene = 8.7.0-snapshot-9cd3af50f80 bundled_jdk_vendor = adoptopenjdk -bundled_jdk = 14.0.1+7 +bundled_jdk = 15+36 checkstyle = 8.20