Skip to content

Commit 4877f4f

Browse files
Update native-buildtools.version to v0.9.21
1 parent 2d505a5 commit 4877f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- Java Version must match GraalVM version - which must match Spring Boot version - which again must match spring-native Version !-->
1919
<java.version>11</java.version>
2020
<spring-native.version>0.10.5</spring-native.version>
21-
<native-buildtools.version>0.9.20</native-buildtools.version>
21+
<native-buildtools.version>0.9.21</native-buildtools.version>
2222
<!-- Customize Spring Boot classifier, useful in order to avoid a clash between Spring Boot repackaging and native-image-maven-plugin -->
2323
<repackage.classifier/>
2424
<!-- `tiny` builder allows small footprint and reduced surface attack, you can also use `base` (the default) or `full` builders to have more tooling available in the image for an improved developer experience -->

0 commit comments

Comments
 (0)