Skip to content

Commit

Permalink
Merge pull request #3040 from mapfish/backport/3038-to-master
Browse files Browse the repository at this point in the history
[Backport master] [Backport 3.30] Fix CVE
  • Loading branch information
sbrunner authored Aug 24, 2023
2 parents 376dccf + f46a3d2 commit d0b296b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ dependencies {

implementation(
'org.apache.xmlgraphics:xmlgraphics-commons:2.8',
"org.apache.xmlgraphics:batik-transcoder:1.16",
"org.apache.xmlgraphics:batik-bridge:1.16",
"org.apache.xmlgraphics:batik-codec:1.16",
"org.apache.xmlgraphics:batik-svg-dom:1.16"
"org.apache.xmlgraphics:batik-transcoder:1.17",
"org.apache.xmlgraphics:batik-bridge:1.17",
"org.apache.xmlgraphics:batik-codec:1.17",
"org.apache.xmlgraphics:batik-svg-dom:1.17"
)

providedCompile('javax.servlet:javax.servlet-api:4.0.1')
Expand Down

0 comments on commit d0b296b

Please sign in to comment.