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 2021/04/20 13:20:16 UTC

[syncope] 02/02: 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

commit 3aafa0a5935c27c8af4e863132da9f593a65c3c1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 20 15:18:46 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 58be885..9545b00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@ under the License.
     <mockito.version>3.9.0</mockito.version>
 
     <swagger-core.version>2.1.8</swagger-core.version>
-    <swagger-ui.version>3.46.0</swagger-ui.version>
+    <swagger-ui.version>3.47.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>