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

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


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

commit d2f742d2ed23ab1f9f925a02d0d3be4308b2a102
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Apr 23 11:52:38 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 4f89a73..1d0f585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 
     <swagger-core.version>2.0.10</swagger-core.version>    
     <swagger-ui.version>3.25.0</swagger-ui.version>
-    <guava.version>20.0</guava.version>
+    <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>
     <jquery-ui.version>1.12.1</jquery-ui.version>
@@ -1202,7 +1202,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>

Reply via email to