Update Java in SDKman and CI image to 17.0.11-librca

Closes gh-40414
This commit is contained in:
Moritz Halbritter
2024-04-19 09:20:54 +02:00
parent 20db2b54c7
commit 7b96941fb9
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ plugins {
description = "Spring Boot Launch Script Integration Tests"
def jdkVersion = "17.0.10+13"
def jdkVersion = "17.0.11+10"
def jdkArch = "aarch64".equalsIgnoreCase(System.getProperty("os.arch")) ? "aarch64" : "amd64"
configurations {
@@ -65,4 +65,4 @@ processIntTestResources {
intTest {
dependsOn buildApp
}
}