File tree 3 files changed +4
-4
lines changed
spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Enable auto-env through the sdkman_auto_env config
2
2
# Add key=value pairs of SDKs to use below
3
- java=17.0.10 -librca
3
+ java=17.0.11 -librca
Original file line number Diff line number Diff line change 3
3
4
4
case " $1 " in
5
5
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"
7
7
;;
8
8
java21)
9
9
echo " https://github.com/bell-sw/Liberica/releases/download/21.0.2+14/bellsoft-jdk21.0.2+14-linux-amd64.tar.gz"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
description = " Spring Boot Launch Script Integration Tests"
9
9
10
- def jdkVersion = " 17.0.10+13 "
10
+ def jdkVersion = " 17.0.11+10 "
11
11
def jdkArch = " aarch64" . equalsIgnoreCase(System . getProperty(" os.arch" )) ? " aarch64" : " amd64"
12
12
13
13
configurations {
@@ -65,4 +65,4 @@ processIntTestResources {
65
65
66
66
intTest {
67
67
dependsOn buildApp
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments