From 569323928b35e8852ea62f0cbd062d98ea8307c9 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 544e20b3b06..e15551193c6 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -2,7 +2,7 @@ elasticsearch = 7.7.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