Skip to content

Commit d7537bf

Browse files
committed
Use latest Native Build Tools Plugin version
See gh-32474
1 parent b13159a commit d7537bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-nativeApp.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '{bootVersion}'
33
id 'org.springframework.boot.aot' version '{bootVersion}'
44
id 'io.spring.dependency-management' version '{dependencyManagementPluginVersion}'
5-
id 'org.graalvm.buildtools.native' version '0.9.13'
5+
id 'org.graalvm.buildtools.native' version '0.9.14'
66
id 'java'
77
}
88

0 commit comments

Comments
 (0)