This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new 59b8d5fd3f Upgrading Swagger UI, maven-dependency-plugin,
openapi-generator-maven-plugin and maven-enforcer-plugin
59b8d5fd3f is described below
commit 59b8d5fd3fa6266cfb5312f203556e0c5984dee4
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 b31e611b96..3ff30f042e 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>
@@ -1603,7 +1603,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>
@@ -1698,7 +1698,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>
@@ -1854,7 +1854,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>