Upgrade to JDK 18.0.0+36 (#85376)

Closes #85357. Upgrade to the latest Adoptium JDK for bundling with
Elasticsearch.
This commit is contained in:
Rory Hunter 2022-04-13 17:48:04 +01:00 committed by GitHub
parent e1882f8abf
commit 2da5d75ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -2,7 +2,7 @@ elasticsearch = 8.3.0
lucene = 9.1.0 lucene = 9.1.0
bundled_jdk_vendor = adoptium bundled_jdk_vendor = adoptium
bundled_jdk = 17.0.2+8 bundled_jdk = 18+36
checkstyle = 9.3 checkstyle = 9.3

View file

@ -0,0 +1,6 @@
pr: 85376
summary: Upgrade to JDK 18.0.0+36
area: Packaging
type: upgrade
issues:
- 85357