diff --git a/build.gradle.kts b/build.gradle.kts index 958a963d9..257d15296 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { testImplementation("org.assertj:assertj-core:3.22.0") testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") testImplementation("org.scilab.forge:jlatexmath:1.0.7") - "pdfRuntimeOnly"("org.apache.xmlgraphics:fop:2.6") + "pdfRuntimeOnly"("org.apache.xmlgraphics:fop:2.7") "pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.14") } diff --git a/pom.xml b/pom.xml index c64537037..f39cf1fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ org.codehaus.mojo versions-maven-plugin - 2.8.1 + 2.9.0 @@ -289,7 +289,7 @@ org.apache.xmlgraphics fop - 2.6 + 2.7 org.apache.xmlgraphics