Skip to content

Commit 7b96941

Browse files
committed
Update Java in SDKman and CI image to 17.0.11-librca
Closes gh-40414
1 parent 20db2b5 commit 7b96941

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.sdkmanrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=17.0.10-librca
3+
java=17.0.11-librca

ci/images/get-jdk-url.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
case "$1" in
55
java17)
6-
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.10+13/bellsoft-jdk17.0.10+13-linux-amd64.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.11+10/bellsoft-jdk17.0.11+10-linux-amd64.tar.gz"
77
;;
88
java21)
99
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
description = "Spring Boot Launch Script Integration Tests"
99

10-
def jdkVersion = "17.0.10+13"
10+
def jdkVersion = "17.0.11+10"
1111
def jdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "amd64"
1212

1313
configurations {
@@ -65,4 +65,4 @@ processIntTestResources {
6565

6666
intTest {
6767
dependsOn buildApp
68-
}
68+
}

0 commit comments

Comments
 (0)