Skip to content

Commit

Permalink
Upgrade the bundled JDK to JDK 14 (#53748)
Browse files Browse the repository at this point in the history
This commit upgrades the bundled JDK to JDK 14.
  • Loading branch information
jasontedor committed Mar 18, 2020
1 parent 9467dbf commit 36d8d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36d8d84

Please sign in to comment.