This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new cc6b208e8c8 Bump org.graalvm.buildtools:native-maven-plugin from 
1.1.10 to 1.1.11 (#3437)
cc6b208e8c8 is described below

commit cc6b208e8c86bf4ce4fa7bf499ada7e93938d23b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 3 13:24:11 2026 -0400

    Bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 
(#3437)
    
    Bumps 
[org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools)
 from 1.1.10 to 1.1.11.
    - [Release notes](https://github.com/graalvm/native-build-tools/releases)
    - 
[Commits](https://github.com/graalvm/native-build-tools/compare/1.1.10...1.1.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.buildtools:native-maven-plugin
      dependency-version: 1.1.11
      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>
---
 distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml    | 4 ++--
 distribution/src/main/release/samples/jaxws_graalvm/pom.xml           | 4 ++--
 .../src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml     | 2 +-
 .../src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml 
b/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml
index d1abcd9e5d3..64b35c51e2b 100644
--- a/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml
@@ -67,7 +67,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>1.1.10</version>
+                        <version>1.1.11</version>
                         <executions>
                             <execution>
                                 <goals>
@@ -125,7 +125,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>1.1.10</version>
+                        <version>1.1.11</version>
                         <executions>
                             <execution>
                                 <goals>
diff --git a/distribution/src/main/release/samples/jaxws_graalvm/pom.xml 
b/distribution/src/main/release/samples/jaxws_graalvm/pom.xml
index 6d2c6bbae2e..1c0914536b4 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm/pom.xml
@@ -92,7 +92,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>1.1.10</version>
+                        <version>1.1.11</version>
                         <executions>
                             <execution>
                                 <goals>
@@ -146,7 +146,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>1.1.10</version>
+                        <version>1.1.11</version>
                         <executions>
                             <execution>
                                 <goals>
diff --git 
a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml 
b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
index 9ac0be5fde0..27abf0c9cc0 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/client/pom.xml
@@ -41,7 +41,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>1.1.10</version>
+                        <version>1.1.11</version>
                         <executions>
                             <execution>
                                 <goals>
diff --git 
a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml 
b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
index 85cc6c98164..93cd3662da3 100644
--- a/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_graalvm_dynamic/server/pom.xml
@@ -68,7 +68,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>1.1.10</version>
+                        <version>1.1.11</version>
                         <executions>
                             <execution>
                                 <goals>

Reply via email to