Skip to content

Commit 79d78fe

Browse files
Bump native-maven-plugin from 0.9.22 to 0.9.23 (#40)
* Bump native-maven-plugin from 0.9.22 to 0.9.23 Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.22 to 0.9.23. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.9.22...0.9.23) --- updated-dependencies: - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 231ca3c commit 79d78fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Bump `version.picocli` from 4.7.3 to 4.7.4 (#29)
2626
- Bump `maven-failsafe-plugin` from 3.1.0 to 3.1.2 (#30)
2727
- Bump `graal-sdk` from 22.3.2 to 23.0.0 (#33)
28+
- Bump `native-maven-plugin` from 0.9.22 to 0.9.23 (#40)
2829

2930
## [0.2.1] - 2023-06-03
3031
### Fixed

saic-java-mqtt-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<plugin>
288288
<groupId>org.graalvm.buildtools</groupId>
289289
<artifactId>native-maven-plugin</artifactId>
290-
<version>0.9.22</version>
290+
<version>0.9.23</version>
291291
<extensions>true</extensions>
292292
<executions>
293293
<execution>

0 commit comments

Comments
 (0)