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 179f0314b9 Upgrading Swagger UI, maven-dependency-plugin, 
openapi-generator-maven-plugin and maven-enforcer-plugin
179f0314b9 is described below

commit 179f0314b98ff6cda01936b5437f73216a17d996
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Oct 3 08:18:08 2025 +0200

    Upgrading Swagger UI, maven-dependency-plugin, 
openapi-generator-maven-plugin and maven-enforcer-plugin
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae197c5237..69d770dd90 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.38</swagger-core.version>
-    <swagger-ui.version>5.28.1</swagger-ui.version>
+    <swagger-ui.version>5.29.2</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1569,7 +1569,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.8.1</version>
+          <version>3.9.0</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <artifactItems>
@@ -1664,7 +1664,7 @@ under the License.
         <plugin>
           <groupId>org.openapitools</groupId>
           <artifactId>openapi-generator-maven-plugin</artifactId>
-          <version>7.15.0</version>
+          <version>7.16.0</version>
         </plugin>
 
         <plugin>
@@ -1820,7 +1820,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2</version>
         <executions>
           <execution>
             <id>default-cli</id>

Reply via email to