Skip to content

Commit

Permalink
Upgrade to GraalVM 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jan 23, 2024
1 parent 46773a3 commit fea1914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git clone https://github.com/oktadev/auth0-java-rest-api-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).
Expand Down
2 changes: 1 addition & 1 deletion demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fea1914

Please sign in to comment.