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

[camel] branch coheigea/xmlgraphics-1.16-camel-3.21.x created (now d698615fa88)

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

coheigea pushed a change to branch coheigea/xmlgraphics-1.16-camel-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


      at d698615fa88 Upgrade batik version to 1.16 (#9718) (#10722)

This branch includes the following new commits:

     new d698615fa88 Upgrade batik version to 1.16 (#9718) (#10722)

The 1 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.



[camel] 01/01: Upgrade batik version to 1.16 (#9718) (#10722)

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/xmlgraphics-1.16-camel-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d698615fa88153aedd284b3b1f4c3e093d75ca4d
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Wed Jul 19 11:58:49 2023 +0100

    Upgrade batik version to 1.16 (#9718) (#10722)
    
    Co-authored-by: Tom Cunningham <tc...@redhat.com>
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 50180add8e3..5f8f1334dd6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -565,7 +565,7 @@
     <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
     <xml-apis-version>1.4.01</xml-apis-version>
     <xml-resolver-version>1.2</xml-resolver-version>
-    <xmlgraphics-batik-version>1.15</xmlgraphics-batik-version>
+    <xmlgraphics-batik-version>1.16</xmlgraphics-batik-version>
     <xmlsec-version>2.2.3</xmlsec-version>
     <xmlunit-version>2.9.1</xmlunit-version>
     <xpp3-version>1.1.4c</xpp3-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index a3f5ed1f941..b177429ef18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -553,7 +553,7 @@
         <xml-apis-version>1.4.01</xml-apis-version>
         <xml-apis-ext-version>1.3.04</xml-apis-ext-version>
         <xml-resolver-version>1.2</xml-resolver-version>
-        <xmlgraphics-batik-version>1.15</xmlgraphics-batik-version>
+        <xmlgraphics-batik-version>1.16</xmlgraphics-batik-version>
         <xmlsec-version>2.2.3</xmlsec-version>
         <xmlunit-version>2.9.1</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>