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 2d293965a8 Upgrading ASF parent POM, Commons Text, Swagger UI,
OpenSearch
2d293965a8 is described below
commit 2d293965a874fd2e3e7c4cf0e2d82539f398fd3c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Apr 17 08:47:13 2024 +0200
Upgrading ASF parent POM, Commons Text, Swagger UI, OpenSearch
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index aa2abf952c..a8b54661cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>31</version>
+ <version>32</version>
<relativePath />
</parent>
@@ -429,11 +429,11 @@ under the License.
<elasticsearch.version>8.13.2</elasticsearch.version>
<opensearch.version>2.13.0</opensearch.version>
- <opensearch-java.version>2.10.0</opensearch-java.version>
+ <opensearch-java.version>2.10.1</opensearch-java.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-jexl.version>3.3</commons-jexl.version>
- <commons-text.version>1.11.0</commons-text.version>
+ <commons-text.version>1.12.0</commons-text.version>
<pac4j.version>6.0.2</pac4j.version>
@@ -443,7 +443,7 @@ under the License.
<h2.version>2.2.224</h2.version>
<swagger-core.version>2.2.21</swagger-core.version>
- <swagger-ui.version>5.15.1</swagger-ui.version>
+ <swagger-ui.version>5.15.2</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1441,7 +1441,7 @@ under the License.
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
- <source>${targetJdk}</source>
+ <release>${targetJdk}</release>
</configuration>
</plugin>