This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new e6319abccb Upgrading Swagger JAX-RS, maven-javadoc-plugin and
maven-war-plugin
e6319abccb is described below
commit e6319abccbc7f5699ee42cd2023e9cfdc5e87e34
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 907772eb37..2974b4e493 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,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>
@@ -1393,7 +1393,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>
@@ -1497,7 +1497,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>
@@ -1916,7 +1916,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/4.0</destDir>