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

Commit 97c2f95

Browse files
committed
Upgrade to Native Build Tools 0.9.11
Closes gh-1499
1 parent 1bb892e commit 97c2f95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/maven-parent/pom.xml

Lines changed: 1 addition & 1 deletion
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.1</spring-cloud.version>
30-
<native.buildtools.version>0.9.10</native.buildtools.version>
30+
<native.buildtools.version>0.9.11</native.buildtools.version>
3131
</properties>
3232

3333
<build>

spring-aot-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.graalvm.buildtools</groupId>
4040
<artifactId>native-gradle-plugin</artifactId>
41-
<version>0.9.10</version>
41+
<version>0.9.11</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>io.spring.gradle</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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
27-
:graalvm-native-buildtools-version: 0.9.10
27+
:graalvm-native-buildtools-version: 0.9.11
2828

2929
:spring-boot-version: 2.6.4
3030
:spring-boot-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference

0 commit comments

Comments
 (0)