|
18 | 18 | <!-- Java Version must match GraalVM version - which must match Spring Boot version - which again must match spring-native Version !--> |
19 | 19 | <java.version>11</java.version> |
20 | 20 | <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> |
22 | 22 | <!-- Customize Spring Boot classifier, useful in order to avoid a clash between Spring Boot repackaging and native-image-maven-plugin --> |
23 | 23 | <repackage.classifier/> |
24 | 24 | <!-- `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