Skip to content

Commit

Permalink
Merge pull request #92 from okta/update-svm
Browse files Browse the repository at this point in the history
Update version of GraalVM to 20.3.1.2
  • Loading branch information
bdemers authored Mar 5, 2021
2 parents e6109e9 + cdbc373 commit 7bfad94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up GraalVM (Java 11)
uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
uses: DeLaGuardo/setup-graalvm@3.1
with:
graalvm-version: '20.3.0.java11'
graalvm-version: '20.3.1.2.java11'

- name: Install native-image
run: gu install native-image
Expand Down Expand Up @@ -71,9 +71,9 @@ jobs:
- uses: actions/checkout@v1

- name: Set up GraalVM (Java 11)
uses: DeLaGuardo/setup-graalvm@8bbfe44ef9c6f5c07e5af036a1bffd561c037d18
uses: DeLaGuardo/setup-graalvm@3.1
with:
graalvm-version: '20.3.0.java11'
graalvm-version: '20.3.1.2.java11'

- name: Install native-image
run: gu install native-image
Expand Down
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=20.3.0.r11-grl
java=20.3.1.2.r11-grl
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<version>20.3.0</version>
<version>20.3.1.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -168,7 +168,7 @@
<plugin>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>native-image-maven-plugin</artifactId>
<version>20.3.0</version>
<version>20.3.1.2</version>
<configuration>
<mainClass>com.okta.cli.OktaCli</mainClass>
<skip>false</skip>
Expand Down

0 comments on commit 7bfad94

Please sign in to comment.