Skip to content

Commit

Permalink
Upgrade to Java 21.0.1+12
Browse files Browse the repository at this point in the history
Closes gh-37948
  • Loading branch information
philwebb committed Oct 19, 2023
1 parent d226ba8 commit b226ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/images/get-jdk-url.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "$1" in
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.9+11/bellsoft-jdk17.0.9+11-linux-amd64.tar.gz"
;;
java21)
echo "https://github.com/bell-sw/Liberica/releases/download/21+37/bellsoft-jdk21+37-linux-amd64.tar.gz"
echo "https://github.com/bell-sw/Liberica/releases/download/21.0.1+12/bellsoft-jdk21.0.1+12-linux-amd64.tar.gz"
;;
*)
echo $"Unknown java version"
Expand Down

0 comments on commit b226ff4

Please sign in to comment.