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/05/25 05:51:59 UTC

[syncope] branch master updated: Upgrading Swagger UI and Wicket Spring Boot

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 4d775d5  Upgrading Swagger UI and Wicket Spring Boot
4d775d5 is described below

commit 4d775d5af65c3d02a3c4c1990c5f9172e7bf3c6a
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 25 07:51:02 2020 +0200

    Upgrading Swagger UI and Wicket Spring Boot
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f17cb83..78d9946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,7 +456,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.3</swagger-ui.version>
+    <swagger-ui.version>3.25.4</swagger-ui.version>
     <guava.version>29.0-jre</guava.version>
 
     <jquery.version>3.5.1</jquery.version>
@@ -476,7 +476,7 @@ under the License.
     <wicket.version>9.0.0-M5</wicket.version>
     <wicket-jqueryui.version>9.0.0-M4</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.0-M2</wicket-bootstrap.version>
-    <wicket-spring-boot.version>3.0.2-RC</wicket-spring-boot.version>
+    <wicket-spring-boot.version>3.0.3-RC</wicket-spring-boot.version>
 
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>