diff --git a/build.gradle b/build.gradle index 35d945b13b1..7af50498b56 100644 --- a/build.gradle +++ b/build.gradle @@ -233,7 +233,7 @@ dependencies { implementation group: 'org.springframework', name: 'spring-beans', version:'6.0.11' implementation group: 'org.springframework', name: 'spring-core', version:'6.0.11' implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.13.0' - implementation('org.apache.xmlgraphics:fop:2.8') + implementation('org.apache.xmlgraphics:fop:2.9') { exclude group: 'xml-apis', module: 'xml-apis' }