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/02 06:55:27 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 9acc5fc  Upgrading Swagger UI
9acc5fc is described below

commit 9acc5fc20634baf3b1938dae344ac61051fe1ffb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jul 2 08:55:14 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 8280bc4..7310a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ under the License.
     <mockito.version>3.3.0</mockito.version>
 
     <swagger-core.version>2.1.3</swagger-core.version>
-    <swagger-ui.version>3.27.0</swagger-ui.version>
+    <swagger-ui.version>3.28.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>