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:15 UTC

[syncope] 01/02: Upgrading Swagger

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 dca58bc63631dcd210a02edb26b3563a575e3b5e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 19 15:03:28 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 85e888d..58be885 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ under the License.
     <junit.version>5.7.1</junit.version>
     <mockito.version>3.9.0</mockito.version>
 
-    <swagger-core.version>2.1.7</swagger-core.version>
+    <swagger-core.version>2.1.8</swagger-core.version>
     <swagger-ui.version>3.46.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>