You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/24 06:28:38 UTC

[camel] branch main updated: Upgrade FOP to version 2.9 and remove batik property placeholder (#11196)

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

acosentino 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 128a3a7a7b0 Upgrade FOP to version 2.9 and remove batik property placeholder (#11196)
128a3a7a7b0 is described below

commit 128a3a7a7b0e2ef10e25fff014cea6898551a178
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 24 08:28:31 2023 +0200

    Upgrade FOP to version 2.9 and remove batik property placeholder (#11196)
    
    * Upgrade Batik to version 1.17
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
    
    * Upgrade Fop to version 2.9 and remove Batik property placeholder
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
    
    ---------
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bcb818709c1..dd24c324c6c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -147,7 +147,7 @@
         <google-maps-services-version>2.2.0</google-maps-services-version>
         <flatpack-version>4.0.18</flatpack-version>
         <flink-version>1.17.1</flink-version>
-        <fop-version>2.8</fop-version>
+        <fop-version>2.9</fop-version>
         <formatter-maven-plugin-version>2.23.0</formatter-maven-plugin-version>
         <ftpserver-version>1.2.0</ftpserver-version>
         <freemarker-version>2.3.32</freemarker-version>
@@ -470,7 +470,6 @@
         <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.16</xmlgraphics-batik-version>
         <xmlsec-version>2.2.4</xmlsec-version>
         <xmlunit-version>2.9.1</xmlunit-version>
         <xpp3-version>1.1.4c</xpp3-version>