This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit a6482ed5393447a49361bc5df035aae93331a584 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu May 14 10:08:39 2020 +0200 Upgrading FOP --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bbd1649..eb454e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1256,7 +1256,7 @@ under the License. <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> - <version>2.4</version> + <version>2.5</version> <exclusions> <exclusion> <groupId>xalan</groupId>
