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/07/27 04:13:17 UTC

[syncope] branch master updated: Upgrading Spring Boot, Commons Text and Swagger

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 5cdbcf4  Upgrading Spring Boot, Commons Text and Swagger
5cdbcf4 is described below

commit 5cdbcf4031c2a9e458180b22cc166bca1b1b37bf
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jul 27 05:59:54 2020 +0200

    Upgrading Spring Boot, Commons Text and Swagger
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18fbbff..a26af34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <spring.version>5.2.8.RELEASE</spring.version>
     <spring-security.version>5.3.3.RELEASE</spring-security.version>
-    <spring-boot.version>2.3.1.RELEASE</spring-boot.version>
+    <spring-boot.version>2.3.2.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>
@@ -443,7 +443,7 @@ under the License.
     
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.11</commons-lang.version>
-    <commons-text.version>1.8</commons-text.version>
+    <commons-text.version>1.9</commons-text.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     
     <cas.version>6.3.0-SNAPSHOT</cas.version>
@@ -453,7 +453,7 @@ under the License.
     <junit.version>5.6.2</junit.version>
     <mockito.version>3.4.4</mockito.version>
 
-    <swagger-core.version>2.1.3</swagger-core.version>
+    <swagger-core.version>2.1.4</swagger-core.version>
     <swagger-ui.version>3.30.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>