From dfb2d15096edeaccbcc5922f12c5467c03a3e24e Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 28 Jan 2020 05:42:11 -0500 Subject: [PATCH] Upgrade the bundled JDK to JDK 13.0.2 (#51511) This commit upgrades the bundled JDK to JDK 13.0.2, the latest available patch release of the JDK. --- buildSrc/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index 24eb62181aeee..42dec4ced77de 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -2,7 +2,7 @@ elasticsearch = 8.0.0 lucene = 8.4.0 bundled_jdk_vendor = adoptopenjdk -bundled_jdk = 13.0.1+9 +bundled_jdk = 13.0.2+8 # optional dependencies spatial4j = 0.7