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 cc198d5984 Upgrading Swagger UI and jacoco-maven-plugin
cc198d5984 is described below
commit cc198d5984b664f2fc56e06a2e03dd3485a43c12
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Apr 3 07:37:08 2025 +0200
Upgrading Swagger UI and jacoco-maven-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d1f29e9e41..52a116fd28 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.29</swagger-core.version>
- <swagger-ui.version>5.20.1</swagger-ui.version>
+ <swagger-ui.version>5.20.3</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1806,7 +1806,7 @@ under the License.
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.12</version>
+ <version>0.8.13</version>
</plugin>
<plugin>