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 50f967e0b0 Upgrading Swagger UI and docker-maven-plugin
50f967e0b0 is described below

commit 50f967e0b020c95225a18e5fbbc87e292b9960c5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Apr 7 08:36:44 2025 +0200

    Upgrading Swagger UI and docker-maven-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff17a384bd..569ae09287 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,7 +447,7 @@ under the License.
     <cas-client.version>4.0.4</cas-client.version>
 
     <swagger-core.version>2.2.29</swagger-core.version>
-    <swagger-ui.version>5.20.3</swagger-ui.version>
+    <swagger-ui.version>5.20.6</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1758,7 +1758,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.45.1</version>
+          <version>0.46.0</version>
         </plugin>
 
         <plugin>

Reply via email to