Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 5309dd0

Browse files
committed
Update to GraalVM 22.1.0
Closes gh-1621
1 parent d176e2d commit 5309dd0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<revision>0.12.0-SNAPSHOT</revision>
1414
<asm.version>9.2</asm.version>
15-
<graalvm.version>22.0.0</graalvm.version>
15+
<graalvm.version>22.1.0.1</graalvm.version>
1616
<docs.resources.version>0.2.1.RELEASE</docs.resources.version>
1717
<spring.boot.version>2.7.0-RC1</spring.boot.version>
1818
<spring.cloud.version>2021.0.1</spring.cloud.version>
@@ -142,7 +142,7 @@
142142
</dependency>
143143
<dependency>
144144
<groupId>org.graalvm.nativeimage</groupId>
145-
<artifactId>graal-hotspot-library</artifactId>
145+
<artifactId>svm</artifactId>
146146
<version>${graalvm.version}</version>
147147
</dependency>
148148
<dependency>

spring-native-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</dependency>
2020
<dependency>
2121
<groupId>org.graalvm.nativeimage</groupId>
22-
<artifactId>graal-hotspot-library</artifactId>
22+
<artifactId>svm</artifactId>
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>

spring-native-docs/src/main/asciidoc/attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
:github-issues: https://github.com/{github-repo}/issues
2121
:github-prs: https://github.com/{github-repo}/pulls
2222

23-
:graalvm-version: 22.0.0
23+
:graalvm-version: 22.1.0
2424
:graalvm-docs: https://www.graalvm.org/reference-manual
2525
:graalvm-native-docs: {graalvm-docs}/native-image
2626
:graalvm-native-buildtools: https://github.com/graalvm/native-build-tools

spring-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</dependency>
7676
<dependency>
7777
<groupId>org.graalvm.nativeimage</groupId>
78-
<artifactId>graal-hotspot-library</artifactId>
78+
<artifactId>svm</artifactId>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>

0 commit comments

Comments
 (0)