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 1dfa25b486 Upgrading Elasticsearch, Opensearch, Tika and
jacoco-maven-plugin
1dfa25b486 is described below
commit 1dfa25b486d669bd34aca40296368604130abaca
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Apr 3 08:32:19 2024 +0200
Upgrading Elasticsearch, Opensearch, Tika and jacoco-maven-plugin
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index d103c38e62..d56df1f2c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,8 +430,8 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
- <elasticsearch.version>8.13.0</elasticsearch.version>
- <opensearch.version>2.12.0</opensearch.version>
+ <elasticsearch.version>8.13.1</elasticsearch.version>
+ <opensearch.version>2.13.0</opensearch.version>
<opensearch-java.version>2.9.1</opensearch-java.version>
<log4j2.version>2.22.0</log4j2.version>
@@ -967,7 +967,7 @@ under the License.
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
- <version>2.9.1</version>
+ <version>2.9.2</version>
</dependency>
<dependency>
@@ -1794,7 +1794,7 @@ under the License.
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.11</version>
+ <version>0.8.12</version>
</plugin>
<plugin>