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 a2fc3bbb9d Upgrading Swagger UI and docker-maven-plugin
a2fc3bbb9d is described below
commit a2fc3bbb9df9ba2dd3b23334f5702ceb73d2db98
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Nov 3 09:18:07 2025 +0100
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 fa268cbff0..4580cc7cdc 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.40</swagger-core.version>
- <swagger-ui.version>5.30.0</swagger-ui.version>
+ <swagger-ui.version>5.30.1</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1811,7 +1811,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.46.0</version>
+ <version>0.47.0</version>
</plugin>
<plugin>