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 2022/03/21 10:10:41 UTC

[syncope] 01/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 86d5fb729ff4612506e79f54b1c3ea9411f6b827
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 21 08:12:07 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 1fe5767..6cdda41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <swagger-core.version>2.1.13</swagger-core.version>
-    <swagger-ui.version>4.5.2</swagger-ui.version>
+    <swagger-ui.version>4.6.2</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>