Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
    Upgrade org.apache.xmlgraphics:[email protected] to org.apache.xmlgraphics:[email protected] to fix
    ✗ Server-side Request Forgery (SSRF) (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-5849961] in org.apache.xmlgraphics:[email protected]
      introduced by org.apache.xmlgraphics:[email protected] and 2 other path(s)

    Upgrade org.apache.xmlgraphics:[email protected] to org.apache.xmlgraphics:[email protected] to fix
    ✗ Server-side Request Forgery (SSRF) (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-5849961] in org.apache.xmlgraphics:[email protected]
      introduced by org.apache.xmlgraphics:[email protected] and 2 other path(s)

    Upgrade org.apache.xmlgraphics:[email protected] to org.apache.xmlgraphics:[email protected] to fix
    ✗ Server-side Request Forgery (SSRF) (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHEXMLGRAPHICS-5849961] in org.apache.xmlgraphics:[email protected]
      introduced by org.apache.xmlgraphics:[email protected] and 2 other path(s)
  • Loading branch information
sbrunner committed Aug 24, 2023
1 parent df88cfa commit 0e76647
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 @@ -198,7 +198,7 @@ dependencies {
compile(configurations.geotools)
compile(configurations.jasper)

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

0 comments on commit 0e76647

Please sign in to comment.