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/02/11 07:58:18 UTC

[syncope] branch master updated: Upgrading Groovy 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 98c5a1a  Upgrading Groovy and Swagger UI
98c5a1a is described below

commit 98c5a1a0356e48e8e0e7aae0eb604726d81e230a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Feb 11 08:37:43 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 8b2d1ee..ca131bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>3.0.0-rc-3</groovy.version>
+    <groovy.version>3.0.0</groovy.version>
 
     <flowable.version>6.5.0</flowable.version>
 
@@ -460,7 +460,7 @@ under the License.
     <log.directory>${project.build.directory}/log</log.directory>
 
     <swagger-core.version>2.1.1</swagger-core.version>    
-    <swagger-ui.version>3.24.3</swagger-ui.version>
+    <swagger-ui.version>3.25.0</swagger-ui.version>
     <guava.version>20.0</guava.version>
 
     <jquery.version>3.4.1</jquery.version>