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 2018/12/17 07:41:34 UTC

[syncope] branch master updated: Upgrading Jackson and Swagger UI

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


The following commit(s) were added to refs/heads/master by this push:
     new bce3419  Upgrading Jackson and Swagger UI
bce3419 is described below

commit bce34199d2c5578923280bec8ed0286565eaceb9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Dec 17 08:40:28 2018 +0100

    Upgrading Jackson and Swagger UI
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8d2cc54..d30b537 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
 
     <cxf.version>3.2.7</cxf.version>
 
-    <jackson.version>2.9.7</jackson.version>
+    <jackson.version>2.9.8</jackson.version>
 
     <spring.version>5.1.3.RELEASE</spring.version>
     <spring-security.version>5.1.2.RELEASE</spring-security.version>
@@ -441,7 +441,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.0.6</swagger-core.version>    
-    <swagger-ui.version>3.20.1</swagger-ui.version>
+    <swagger-ui.version>3.20.2</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.3.1-1</jquery.version>