Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
    Upgrade org.apache.xmlgraphics:xmlgraphics-commons@2.7 to org.apache.xmlgraphics:xmlgraphics-commons@2.8 to fix
    ✗ Directory Traversal [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-COMMONSIO-1277109] in commons-io:commons-io@2.6
      introduced by org.apache.xmlgraphics:xmlgraphics-commons@2.7 > commons-io:commons-io@2.6 and 3 other path(s)
  • Loading branch information
sbrunner committed Nov 10, 2022
1 parent dd808d5 commit fcc8c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ dependencies {

def batikVersion = '1.16'
compile(
'org.apache.xmlgraphics:xmlgraphics-commons:2.6',
'org.apache.xmlgraphics:xmlgraphics-commons:2.8',
"org.apache.xmlgraphics:batik-transcoder:$batikVersion",
"org.apache.xmlgraphics:batik-bridge:$batikVersion",
"org.apache.xmlgraphics:batik-codec:$batikVersion",
Expand Down

0 comments on commit fcc8c78

Please sign in to comment.