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 2020/04/23 09:53:36 UTC

[syncope] branch 2_0_X updated: Upgrading Guava and FOP

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 2f4b898  Upgrading Guava and FOP
2f4b898 is described below

commit 2f4b898bb71383dcaa59481ebf1c90c46a54ae22
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 23 11:44:10 2020 +0200

    Upgrading Guava and FOP
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a6de44..8e6c0c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@ under the License.
 
     <swagger-core.version>1.5.17</swagger-core.version>    
     <swagger-ui.version>3.23.11</swagger-ui.version>
-    <guava.version>20.0</guava.version>
+    <guava.version>29.0-android</guava.version>
 
     <jquery.version>3.4.1</jquery.version>
     <jquery-ui.version>1.12.1</jquery-ui.version>
@@ -1256,7 +1256,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>fop</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>