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 8e1e501d81 Bump org.graalvm.buildtools:native-maven-plugin from 0.9.27 
to 0.9.28 (#1489)
8e1e501d81 is described below

commit 8e1e501d81a977edb5fe7de5864ba90464e741a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 23 07:54:54 2023 -0400

    Bump org.graalvm.buildtools:native-maven-plugin from 0.9.27 to 0.9.28 
(#1489)
    
    Bumps 
[org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools)
 from 0.9.27 to 0.9.28.
    - [Release notes](https://github.com/graalvm/native-build-tools/releases)
    - 
[Commits](https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28)
    
    ---
    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]>
    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 51daeed714..fd6e123655 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>0.9.27</version>
+                        <version>0.9.28</version>
                         <executions>
                             <execution>
                                 <goals>
@@ -125,7 +125,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>0.9.27</version>
+                        <version>0.9.28</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 93e93cdcae..0f7cb7e409 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>0.9.27</version>
+                        <version>0.9.28</version>
                         <executions>
                             <execution>
                                 <goals>
@@ -146,7 +146,7 @@
                     <plugin>
                         <groupId>org.graalvm.buildtools</groupId>
                         <artifactId>native-maven-plugin</artifactId>
-                        <version>0.9.27</version>
+                        <version>0.9.28</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 941139d440..8107069c6f 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>0.9.27</version>
+                        <version>0.9.28</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 a81a344766..a70f16e185 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>0.9.27</version>
+                        <version>0.9.28</version>
                         <executions>
                             <execution>
                                 <goals>

Reply via email to