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 9b328356eb Upgrading Elasticsearch, Payara, maven-javadoc-plugin and
maven-site-plugin
9b328356eb is described below
commit 9b328356eb2d9e085320be6362b9e84c14e2e880
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 22 08:02:03 2022 +0200
Upgrading Elasticsearch, Payara, maven-javadoc-plugin and maven-site-plugin
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5b874e6d02..3c907c2a0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
- <elasticsearch.version>8.1.2</elasticsearch.version>
+ <elasticsearch.version>8.1.3</elasticsearch.version>
<apacheds.version>2.0.0.AM26</apacheds.version>
<apachedirapi.version>2.0.0</apachedirapi.version>
@@ -501,7 +501,7 @@ under the License.
<tomcat.version>9.0.62</tomcat.version>
<wildfly.version>25.0.1.Final</wildfly.version>
- <payara.version>5.2022.1</payara.version>
+ <payara.version>5.2022.2</payara.version>
<javax.faces.version>2.3.14</javax.faces.version>
<docker.postgresql.version>14</docker.postgresql.version>
@@ -2034,7 +2034,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
<configuration>
<source>${targetJdk}</source>
</configuration>
@@ -2546,7 +2546,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
<configuration>
<source>${targetJdk}</source>
<destDir>apidocs/3.0</destDir>
@@ -2777,7 +2777,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
<configuration>
<locales>en</locales>
<generateProjectInfo>false</generateProjectInfo>