This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 21ca14698e Upgrading Swagger UI, maven-dependency-plugin and 
maven-enforcer-plugin
21ca14698e is described below

commit 21ca14698ea0a006667d064bfb745fdca3ace11f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Oct 3 08:26:59 2025 +0200

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

diff --git a/pom.xml b/pom.xml
index dc8980a661..cd4df6a585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@ under the License.
     <h2.version>2.3.232</h2.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>
@@ -1627,7 +1627,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>
@@ -1856,7 +1856,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