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 cf6617b841 Upgrading Swagger JAX-RS, git-commit-id-maven-plugin and
maven-assembly-plugin
cf6617b841 is described below
commit cf6617b841d6009a599939f7978a68a9ee132b23
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Mar 20 09:19:33 2024 +0100
Upgrading Swagger JAX-RS, git-commit-id-maven-plugin and
maven-assembly-plugin
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d59391678d..3247d1ffd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ under the License.
<h2.version>2.2.224</h2.version>
- <swagger-core.version>2.2.20</swagger-core.version>
+ <swagger-core.version>2.2.21</swagger-core.version>
<swagger-ui.version>5.12.0</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
@@ -1529,7 +1529,7 @@ under the License.
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
- <version>8.0.1</version>
+ <version>8.0.2</version>
<executions>
<execution>
<goals>
@@ -1762,7 +1762,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.7.1</version>
</plugin>
<plugin>