Skip to content

Commit acf2a68

Browse files
dependabot[bot]alien11689
authored andcommitted
Bump org.graalvm.buildtools:native-maven-plugin from 0.10.4 to 0.10.5
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.10.4 to 0.10.5. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.10.4...0.10.5) --- 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 d6bb95d commit acf2a68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2023/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.graalvm.buildtools</groupId>
4343
<artifactId>native-maven-plugin</artifactId>
44-
<version>0.10.4</version>
44+
<version>0.10.5</version>
4545
<extensions>true</extensions>
4646
<executions>
4747
<execution>

2024/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
1919
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
2020
<main.class>dpr.aoc2024.All</main.class>
21-
<native-maven-plugin.version>0.10.4</native-maven-plugin.version>
21+
<native-maven-plugin.version>0.10.5</native-maven-plugin.version>
2222
<imageName>AOC${project.artifactId}</imageName>
2323
<junit5.version>5.11.4</junit5.version>
2424
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>

0 commit comments

Comments
 (0)