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/01 13:33:44 UTC

[syncope] branch master updated: Upgrading Swagger UI and WicketStuff

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 6a49699  Upgrading Swagger UI and WicketStuff
6a49699 is described below

commit 6a496993a8134b19f1242a005525074f312bc569
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 1 15:26:55 2021 +0200

    Upgrading Swagger UI and WicketStuff
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e92fc72..13f658e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,7 +460,7 @@ under the License.
     <mockito.version>3.8.0</mockito.version>
 
     <swagger-core.version>2.1.7</swagger-core.version>
-    <swagger-ui.version>3.45.0</swagger-ui.version>
+    <swagger-ui.version>3.46.0</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -474,7 +474,7 @@ under the License.
     <chartjs.version>1.0.2</chartjs.version>
 
     <wicket.version>9.3.0</wicket.version>
-    <wicketstuff.version>9.2.0</wicketstuff.version>
+    <wicketstuff.version>9.3.0</wicketstuff.version>
     <wicket-jqueryui.version>9.2.1</wicket-jqueryui.version>
     <wicket-bootstrap.version>5.0.3</wicket-bootstrap.version>
     <wicket-spring-boot.version>3.0.4</wicket-spring-boot.version>
@@ -3072,7 +3072,7 @@ under the License.
                   <path>
                     <groupId>org.projectlombok</groupId>
                     <artifactId>lombok</artifactId>
-                    <version>1.18.16</version>
+                    <version>1.18.18</version>
                   </path>
                 </annotationProcessorPaths>
               </configuration>