From d85cb02d7fbec8207737502e5daa7b273cb6d646 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Thu, 6 Nov 2025 05:59:15 -0500 Subject: [PATCH] Update bundled JDK to 25.0.1 (#137640) (cherry picked from commit e486766b84b4a2c21b5f01e328bd764f1edd20b2) --- build-tools-internal/version.properties | 2 +- docs/changelog/137640.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/137640.yaml diff --git a/build-tools-internal/version.properties b/build-tools-internal/version.properties index fddca62353347..2ff371f75c6ce 100644 --- a/build-tools-internal/version.properties +++ b/build-tools-internal/version.properties @@ -2,7 +2,7 @@ elasticsearch = 9.2.1 lucene = 10.3.1 bundled_jdk_vendor = openjdk -bundled_jdk = 25+36@bd75d5f9689641da8e1daabeccb5528b +bundled_jdk = 25.0.1+8@2fbf10d8c78e40bd87641c434705079d # optional dependencies spatial4j = 0.7 jts = 1.15.0 diff --git a/docs/changelog/137640.yaml b/docs/changelog/137640.yaml new file mode 100644 index 0000000000000..1ff479b5d3e85 --- /dev/null +++ b/docs/changelog/137640.yaml @@ -0,0 +1,5 @@ +pr: 137640 +summary: Update bundled JDK to Java 25.0.1+8 +area: Packaging +type: upgrade +issues: []