This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
spring-native-configuration
spring-native-docs/src/main/asciidoc Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments