From c9145e69d9da54046617a18808af1ad3c11bfd72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 7 Mar 2026 09:07:56 +0100 Subject: [PATCH] Refresh JDK versions used in integration tests Closes gh-49412 --- .../spring-boot-launch-script-tests/build.gradle | 2 +- .../spring-boot-loader-tests/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle index d6b836594f9..f623067d1d5 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle @@ -22,7 +22,7 @@ plugins { description = "Spring Boot Launch Script Integration Tests" -def jdkVersion = "17.0.11+10" +def jdkVersion = "17.0.18+10" def jdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "amd64" configurations { diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle index 9d23f50ab49..8ee90b80d23 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests/build.gradle @@ -22,7 +22,7 @@ plugins { description = "Spring Boot Loader Integration Tests" -def oracleJdkVersion = "17.0.8" +def oracleJdkVersion = "17.0.12" def oracleJdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "x64" configurations {