You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2020/12/11 07:54:36 UTC

[myfaces-tobago] 21/22: Update batik dependency from 1.9 to 1.13, because of CVE-2019-17566

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 83918bef7bb78be5138b37bb1f28426625185660
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Nov 20 07:50:41 2020 +0100

    Update batik dependency from 1.9 to 1.13, because of CVE-2019-17566
---
 tobago-example/tobago-example-test/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tobago-example/tobago-example-test/pom.xml b/tobago-example/tobago-example-test/pom.xml
index a399338..c294eee 100644
--- a/tobago-example/tobago-example-test/pom.xml
+++ b/tobago-example/tobago-example-test/pom.xml
@@ -148,17 +148,17 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-awt-util</artifactId>
-      <version>1.9</version>
+      <version>1.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-gui-util</artifactId>
-      <version>1.9</version>
+      <version>1.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-util</artifactId>
-      <version>1.9</version>
+      <version>1.13</version>
     </dependency>
     <!-- overrides the tomahawk version -->
     <dependency>