Browse Source

Upgrade the bundled JDK to JDK 14 (#53748)

This commit upgrades the bundled JDK to JDK 14.
Jason Tedor 5 years ago
parent
commit
36d8d84817
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildSrc/version.properties

+ 1 - 1
buildSrc/version.properties

@@ -2,7 +2,7 @@ elasticsearch     = 8.0.0
 lucene            = 8.5.0-snapshot-7f057455901
 lucene            = 8.5.0-snapshot-7f057455901
 
 
 bundled_jdk_vendor = adoptopenjdk
 bundled_jdk_vendor = adoptopenjdk
-bundled_jdk = 13.0.2+8
+bundled_jdk = 14+36
 
 
 # optional dependencies
 # optional dependencies
 spatial4j         = 0.7
 spatial4j         = 0.7