Skip to content

Commit 82c50a3

Browse files
Bump org.graalvm.buildtools:native-maven-plugin from 0.11.3 to 0.11.4 (#2841)
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.3...0.11.4) --- updated-dependencies: - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 866fdb1 commit 82c50a3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.graalvm.buildtools</groupId>
6969
<artifactId>native-maven-plugin</artifactId>
70-
<version>0.11.3</version>
70+
<version>0.11.4</version>
7171
<executions>
7272
<execution>
7373
<goals>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.graalvm.buildtools</groupId>
127127
<artifactId>native-maven-plugin</artifactId>
128-
<version>0.11.3</version>
128+
<version>0.11.4</version>
129129
<executions>
130130
<execution>
131131
<goals>

distribution/src/main/release/samples/jaxws_graalvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.graalvm.buildtools</groupId>
9494
<artifactId>native-maven-plugin</artifactId>
95-
<version>0.11.3</version>
95+
<version>0.11.4</version>
9696
<executions>
9797
<execution>
9898
<goals>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.graalvm.buildtools</groupId>
148148
<artifactId>native-maven-plugin</artifactId>
149-
<version>0.11.3</version>
149+
<version>0.11.4</version>
150150
<executions>
151151
<execution>
152152
<goals>

distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml

Lines changed: 1 addition & 1 deletion
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.11.3</version>
44+
<version>0.11.4</version>
4545
<executions>
4646
<execution>
4747
<goals>

distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.graalvm.buildtools</groupId>
7070
<artifactId>native-maven-plugin</artifactId>
71-
<version>0.11.3</version>
71+
<version>0.11.4</version>
7272
<executions>
7373
<execution>
7474
<goals>

0 commit comments

Comments
 (0)