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 093c46ea84 Upgrading Swagger JAX-RS, maven-javadoc-plugin and
maven-war-plugin
093c46ea84 is described below
commit 093c46ea8496e9c92e82118bfb3d676a810dc0ee
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Sep 18 09:59:39 2023 +0200
Upgrading Swagger JAX-RS, maven-javadoc-plugin and maven-war-plugin
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e0f0709827..2271869063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,7 +444,7 @@ under the License.
<h2.version>2.2.222</h2.version>
- <swagger-core.version>2.2.15</swagger-core.version>
+ <swagger-core.version>2.2.16</swagger-core.version>
<swagger-ui.version>5.6.1</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
@@ -1514,7 +1514,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.6.0</version>
<configuration>
<source>${targetJdk}</source>
</configuration>
@@ -1618,7 +1618,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
<configuration>
<webResources>
<resource>
@@ -2033,7 +2033,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.5.0</version>
+ <version>3.6.0</version>
<configuration>
<source>${targetJdk}</source>
<destDir>apidocs/3.0</destDir>