From 36d8d848170b6e652778e3ddacb8dd8f6b7f74cb Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 18 Mar 2020 16:16:58 -0400 Subject: [PATCH] Upgrade the bundled JDK to JDK 14 (#53748) This commit upgrades the bundled JDK to JDK 14. --- buildSrc/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 9ef5da5062255..ee2ce1b8d67b3 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -2,7 +2,7 @@ elasticsearch = 8.0.0 lucene = 8.5.0-snapshot-7f057455901 bundled_jdk_vendor = adoptopenjdk -bundled_jdk = 13.0.2+8 +bundled_jdk = 14+36 # optional dependencies spatial4j = 0.7