From a5ce408d04d4c36c4bac7bc9e6e6d51b2ba711bb Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Wed, 31 Jan 2024 11:31:47 -0700 Subject: [PATCH] Upgrade to GraalVM 21.0.2 --- README.md | 2 +- build.sh | 2 +- demo.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a48921..d309269 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/oktadev/auth0-java-reactive-examples.git You will need a JDK with GraalVM and its native-image compiler. Using [SDKMAN](https://sdkman.io), run the following command and set it as the default: ```bash -sdk install java 21.0.1-graalce +sdk install java 21.0.2-graalce ``` Next, you'll need a [free Auth0 developer account](https://auth0.com/signup). diff --git a/build.sh b/build.sh index 3eb0424..15c26a8 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ rm -rf {micronaut,quarkus,spring-boot}/build rm -rf helidon/target source ~/.sdkman/bin/sdkman-init.sh -sdk use java 21.0.1-graalce +sdk use java 21.0.2-graalce echo "Building Micronaut..." cd micronaut && ./gradlew nativeCompile diff --git a/demo.adoc b/demo.adoc index 5396439..f558ffa 100644 --- a/demo.adoc +++ b/demo.adoc @@ -21,7 +21,7 @@ toc::[] Use SDKMAN to install Java 21 with GraalVM - sdk install java 21.0.1-graalce + sdk install java 21.0.2-graalce == Generate an OAuth 2.0 Access Token