fix: Bump batik & fop versions to align with plantuml lib (#369)

When not fixed, wrong versions are on WAR classpath & vulnerabilities are reported.
This commit is contained in:
Ivo Šmíd
2025-06-02 11:52:20 +02:00
committed by GitHub
parent 9600f9adf2
commit 69d631783c

View File

@@ -82,8 +82,8 @@
<jlatexmath-font-greek.version>${jlatexmath.version}</jlatexmath-font-greek.version>
<jlatexmath-font-cyrillic.version>${jlatexmath.version}</jlatexmath-font-cyrillic.version>
<!-- PDF -->
<batik.version>1.17</batik.version>
<fop.version>2.8</fop.version>
<batik.version>1.19</batik.version>
<fop.version>2.11</fop.version>
<!-- Testing -->
<junit.version>5.9.3</junit.version>