Skip to content

Commit

Permalink
Update native-buildtools.version to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2024
1 parent 4877f4f commit 1d72974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Java Version must match GraalVM version - which must match Spring Boot version - which again must match spring-native Version !-->
<java.version>11</java.version>
<spring-native.version>0.10.5</spring-native.version>
<native-buildtools.version>0.9.21</native-buildtools.version>
<native-buildtools.version>0.10.2</native-buildtools.version>
<!-- Customize Spring Boot classifier, useful in order to avoid a clash between Spring Boot repackaging and native-image-maven-plugin -->
<repackage.classifier/>
<!-- `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 -->
Expand Down

0 comments on commit 1d72974

Please sign in to comment.