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 09:51:19 UTC

[camel] branch coheigea/xmlgraphics-1.16 created (now 992ee8130a3)

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

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


      at 992ee8130a3 Upgrade batik version to 1.16 (#9718)

This branch includes the following new commits:

     new 992ee8130a3 Upgrade batik version to 1.16 (#9718)

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)

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
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 992ee8130a34277f2fc0a64c69c78ea29ed97dd1
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Mar 31 00:26:44 2023 -0400

    Upgrade batik version to 1.16 (#9718)
---
 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>