You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/03 07:30:54 UTC

[hop] branch master updated: batik 1.14

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new da85827  batik 1.14
     new bc2e4ad  Merge pull request #1323 from pjfanning/batik
da85827 is described below

commit da8582781fe14e62082ec5fa7bf92beda5e743ec
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Thu Feb 3 01:16:54 2022 +0100

    batik 1.14
---
 assemblies/static/src/main/resources/LICENSE | 34 ++++++++++++++--------------
 pom.xml                                      |  2 +-
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/assemblies/static/src/main/resources/LICENSE b/assemblies/static/src/main/resources/LICENSE
index 8986f9e..61f0b79 100644
--- a/assemblies/static/src/main/resources/LICENSE
+++ b/assemblies/static/src/main/resources/LICENSE
@@ -358,55 +358,55 @@ This product bundles azure-keyvault-core 1.2.4, which is available under a
 This product bundles azure-storage 8.6.6, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-anim 1.12, which is available under a
+This product bundles batik-anim 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-awt-util 1.12, which is available under a
+This product bundles batik-awt-util 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-bridge 1.12, which is available under a
+This product bundles batik-bridge 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-codec 1.12, which is available under a
+This product bundles batik-codec 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-constants 1.12, which is available under a
+This product bundles batik-constants 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-css 1.12, which is available under a
+This product bundles batik-css 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-dom 1.12, which is available under a
+This product bundles batik-dom 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-ext 1.12, which is available under a
+This product bundles batik-ext 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-gvt 1.12, which is available under a
+This product bundles batik-gvt 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-i18n 1.12, which is available under a
+This product bundles batik-i18n 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-parser 1.12, which is available under a
+This product bundles batik-parser 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-script 1.12, which is available under a
+This product bundles batik-script 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-svg-dom 1.12, which is available under a
+This product bundles batik-svg-dom 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-svggen 1.12, which is available under a
+This product bundles batik-svggen 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-transcoder 1.12, which is available under a
+This product bundles batik-transcoder 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-util 1.12, which is available under a
+This product bundles batik-util 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
-This product bundles batik-xml 1.12, which is available under a
+This product bundles batik-xml 1.14, which is available under a
 "Apache 2.0" license. For details, see LICENSE.
 
 This product bundles bcmail-jdk15on 1.69, which is available under a
diff --git a/pom.xml b/pom.xml
index 7224e4c..bd52651 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
 
         <!-- Copy from master POM (NEEDS CLEANUP) -->
         <!-- VERSIONS -->
-        <batik.version>1.12</batik.version>
+        <batik.version>1.14</batik.version>
         <jacoco-maven-plugin.version>0.8.1</jacoco-maven-plugin.version>
         <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
         <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>