You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/01/23 09:23:06 UTC

[syncope] 01/02: Upgrading FOP

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit b733fa1e2b9715921729ace6cb6d3c823a3ae272
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 21 16:17:38 2022 +0100

    Upgrading FOP
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 010a8a6..5aa165d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1192,7 +1192,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>fop</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>