You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/19 18:57:33 UTC

[camel] branch main updated: Upgrade saaj-impl 3.0.2

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 455c0e19e4b Upgrade saaj-impl 3.0.2
455c0e19e4b is described below

commit 455c0e19e4bbe92e45866e2b27524159bd2294c0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 19 20:57:24 2023 +0200

    Upgrade saaj-impl 3.0.2
---
 components/camel-soap/pom.xml      | 2 +-
 components/camel-spring-ws/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index 44ed644f155..7aaf7c065ae 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>
             <artifactId>saaj-impl</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.2</version>
             <exclusions>
                 <exclusion>
                    <!--Get dependency from jaxb-runtime-->
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index 5454269de4c..9ac6904d8b8 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>
             <artifactId>saaj-impl</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.2</version>
             <exclusions>
                 <exclusion>
                    <!--Get dependency from jaxb-runtime-->