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 fe5dbc8af7 Upgrading OpenSearch, WoodStox, exec-maven-plugin and
maven-site-plugin
fe5dbc8af7 is described below
commit fe5dbc8af7dbcd6eddf3d55cea0639b13d8685f5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Oct 23 07:05:12 2024 +0200
Upgrading OpenSearch, WoodStox, exec-maven-plugin and maven-site-plugin
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 92662c181f..6da3efbec4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
<elasticsearch.version>8.15.3</elasticsearch.version>
<opensearch.version>2.17.1</opensearch.version>
- <opensearch-java.version>2.15.0</opensearch-java.version>
+ <opensearch-java.version>2.16.0</opensearch-java.version>
<log4j2.version>2.22.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>
@@ -707,7 +707,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>7.0.0</version>
+ <version>7.1.0</version>
</dependency>
<dependency>
@@ -1765,7 +1765,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.4.1</version>
+ <version>3.5.0</version>
</plugin>
<plugin>
@@ -2319,7 +2319,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.20.0</version>
+ <version>3.21.0</version>
</plugin>
</plugins>
</build>