You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/30 14:37:18 UTC

[maven-dependency-plugin] 01/01: fix: upgrade org.apache.xmlgraphics:batik-bridge from 1.7 to 1.12

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

slachiewicz pushed a commit to branch snyk-upgrade-a960cfd8b363598438999ab52943f0e5
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 15a390050026c5691693f7a4e96a17dfdda5ce67
Author: snyk-bot <sn...@snyk.io>
AuthorDate: Thu Apr 9 05:14:30 2020 +0000

    fix: upgrade org.apache.xmlgraphics:batik-bridge from 1.7 to 1.12
    
    Snyk has created this PR to upgrade org.apache.xmlgraphics:batik-bridge from 1.7 to 1.12.
    
    See this package in NPM:
    https://www.npmjs.com/package/org.apache.xmlgraphics:batik-bridge
    
    See this project in Snyk:
    https://app.snyk.io/org/slachiewicz-m48/project/3285a670-d278-4b27-a2c0-931b2fb740f6?utm_source=github&utm_medium=upgrade-pr
---
 src/it/projects/tree-verbose/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/projects/tree-verbose/pom.xml b/src/it/projects/tree-verbose/pom.xml
index 4514ad4..8d11b64 100644
--- a/src/it/projects/tree-verbose/pom.xml
+++ b/src/it/projects/tree-verbose/pom.xml
@@ -74,7 +74,7 @@
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>
       <artifactId>batik-bridge</artifactId>
-      <version>1.7</version>
+      <version>1.12</version>
     </dependency>
   </dependencies>