Skip to content

Commit 4b59323

Browse files
Bump org.graalvm.buildtools:native-maven-plugin from 1.1.1 to 1.1.2 (#3221)
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@1.1.1...1.1.2) --- updated-dependencies: - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcef976 commit 4b59323

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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>1.1.1</version>
70+
<version>1.1.2</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>1.1.1</version>
128+
<version>1.1.2</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>1.1.1</version>
95+
<version>1.1.2</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>1.1.1</version>
149+
<version>1.1.2</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>1.1.1</version>
44+
<version>1.1.2</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>1.1.1</version>
71+
<version>1.1.2</version>
7272
<executions>
7373
<execution>
7474
<goals>

0 commit comments

Comments
 (0)