Skip to content

Commit cde830c

Browse files
committed
Upgrade Java 17 version in CI image and .sdkmanrc
Closes gh-35078
1 parent 671e1a7 commit cde830c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sdkmanrc

Lines changed: 1 addition & 1 deletion
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.6-librca
3+
java=17.0.7-librca

ci/images/get-jdk-url.sh

Lines changed: 1 addition & 1 deletion
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.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
6+
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.7+7/bellsoft-jdk17.0.7+7-linux-amd64.tar.gz"
77
;;
88
java20)
99
echo "https://github.com/bell-sw/Liberica/releases/download/20+37/bellsoft-jdk20+37-linux-amd64.tar.gz"

0 commit comments

Comments
 (0)