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/05/08 07:28:18 UTC

[syncope] branch master updated: Upgrading 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 065933e  Upgrading Swagger UI
065933e is described below

commit 065933eef27abaa7c2ad7bc2385dab333ddc3bf8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri May 8 09:28:05 2020 +0200

    Upgrading Swagger UI
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c7baa2..163e2b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -455,7 +455,7 @@ under the License.
     <mockito.version>3.3.0</mockito.version>
 
     <swagger-core.version>2.1.2</swagger-core.version>
-    <swagger-ui.version>3.25.1</swagger-ui.version>
+    <swagger-ui.version>3.25.2</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.5.1</jquery.version>