Skip to content

Commit

Permalink
Pull request #305: Override version of transitive Batik dependency to…
Browse files Browse the repository at this point in the history
… resolve CVEs

Merge in ITB/itb-commons from development to master

* commit 'c6d72d6ca1cd324fb27ffc44a22cb855691cc4b8':
  Override version of transitive Batik dependency to resolve CVEs
  • Loading branch information
costas80 committed Feb 18, 2025
2 parents af2bd04 + c6d72d6 commit 94722ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<version.org.jsoup>1.15.4</version.org.jsoup>
<version.owaspHtmlSanitizer>20220608.1</version.owaspHtmlSanitizer>
<version.bouncycastle>1.78.1</version.bouncycastle>
<version.batik>1.17</version.batik>
<!-- Ensure the Jena version matches the one used within the TopBraid SHACL library. -->
<version.jena>5.2.0</version.jena>
<!-- Plugin versions -->
Expand Down Expand Up @@ -623,6 +624,23 @@
<artifactId>bcutil-jdk18on</artifactId>
<version>${version.bouncycastle}</version>
</dependency>
<!-- Override for Batik in openhtmltopdf-svg-support - START -->
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>${version.batik}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-codec</artifactId>
<version>${version.batik}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-ext</artifactId>
<version>${version.batik}</version>
</dependency>
<!-- END -->
<!-- The spring-boot-dependencies dependency comes in last to allow being overriden above -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 94722ff

Please sign in to comment.