Skip to content

Commit f5656bb

Browse files
committed
Update to GraalVM JDK 21.0.2
1 parent 3d69bcd commit f5656bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ elif [ "${JDK_VERSION}" = "java20" ]; then
1111
GRAAL_JDK_VERSION="20.0.2"
1212
BUILD_POLYGLOT=true
1313
elif [ "${JDK_VERSION}" = "java21" ]; then
14-
GRAAL_JDK_VERSION="21.0.1"
14+
GRAAL_JDK_VERSION="21.0.2"
1515
BUILD_POLYGLOT=false
1616
else
1717
echo "Unknown JDK_VERSION ${JDK_VERSION}" >&2

0 commit comments

Comments
 (0)