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

Commit 97b8d74

Browse files
committed
Upgrade to Native Build Tools 0.9.13
Closes gh-1638
1 parent b57fb5a commit 97b8d74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: samples/maven-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<wavefront.version>2.2.0</wavefront.version>
2929
<spring-cloud.version>2021.0.3</spring-cloud.version>
30-
<native.buildtools.version>0.9.11</native.buildtools.version>
30+
<native.buildtools.version>0.9.13</native.buildtools.version>
3131
<!-- -O1 is the default, but we specify it anyway as this property can't be empty. It's used by the -q commandline parameter to override the value with -Ob to enable quick build mode -->
3232
<native.buildtools.buildArg>-O1</native.buildtools.buildArg>
3333
</properties>

Diff for: spring-aot-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.graalvm.buildtools</groupId>
4242
<artifactId>native-gradle-plugin</artifactId>
43-
<version>0.9.11</version>
43+
<version>0.9.13</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.spring.gradle</groupId>

Diff for: spring-native-docs/src/main/asciidoc/attributes.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
:graalvm-docs: https://www.graalvm.org/reference-manual
2626
:graalvm-native-docs: {graalvm-docs}/native-image
2727
:graalvm-native-buildtools: https://github.com/graalvm/native-build-tools
28-
:graalvm-native-buildtools-version: 0.9.11
28+
:graalvm-native-buildtools-version: 0.9.13
2929

3030
:spring-boot-version: 2.7.1
3131
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference

0 commit comments

Comments
 (0)