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/18 07:01:53 UTC

[camel] branch main updated (b86813cf478 -> 628e7772024)

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

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


    from b86813cf478 Upgrade json-unit 3.0.0
     new bfb1ab823ba Upgrade archetype-packaging 3.2.1
     new 628e7772024 Upgrade woodstox-core to avoid CVEs in older library

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-xmlsecurity/pom.xml | 11 +++++++++++
 parent/pom.xml                       |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)


[camel] 02/02: Upgrade woodstox-core to avoid CVEs in older library

Posted by da...@apache.org.
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

commit 628e777202418eebe1c447c7847d7fd6dc11c1ac
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 18 09:01:38 2023 +0200

    Upgrade woodstox-core to avoid CVEs in older library
---
 components/camel-xmlsecurity/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index b9a76832541..3c89a71fa24 100644
--- a/components/camel-xmlsecurity/pom.xml
+++ b/components/camel-xmlsecurity/pom.xml
@@ -56,10 +56,21 @@
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.fasterxml.woodstox</groupId>
+            <artifactId>woodstox-core</artifactId>
+            <version>${woodstox-core-version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
             <version>${xmlsec-version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.fasterxml.woodstox</groupId>
+                    <artifactId>woodstox-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- test dependencies -->


[camel] 01/02: Upgrade archetype-packaging 3.2.1

Posted by da...@apache.org.
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

commit bfb1ab823ba33d489b886fb422c23276147c5220
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 18 07:58:17 2023 +0200

    Upgrade archetype-packaging 3.2.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8b774c22275..cb37376f7e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -327,7 +327,7 @@
         <maven-version>3.8.8</maven-version>
         <maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
-        <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
+        <maven-archetype-packaging-version>3.2.1</maven-archetype-packaging-version>
         <maven-owasp-plugin-version>8.3.1</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>