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/04/28 13:09:45 UTC

[syncope] branch master updated: Upgrade 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 8a8f1f9  Upgrade Swagger UI
8a8f1f9 is described below

commit 8a8f1f946a7aecb781d56c517700ef82f36ec3fd
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 28 15:09:20 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index b282966..4b4f18d 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.0</swagger-ui.version>
+    <swagger-ui.version>3.25.1</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.4.1</jquery.version>