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 2b4ee375b7 Upgrading OpenSearch and sonar-maven-plugin
2b4ee375b7 is described below
commit 2b4ee375b7ce0ce08e39ae2464cfd84aec010095
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Mar 14 08:08:06 2024 +0100
Upgrading OpenSearch and sonar-maven-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 08b49c5e3a..70e9611caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@ under the License.
<elasticsearch.version>8.12.2</elasticsearch.version>
<elasticsearch-rest.version>8.10.4</elasticsearch-rest.version>
<opensearch.version>2.12.0</opensearch.version>
- <opensearch-java.version>2.9.0</opensearch-java.version>
+ <opensearch-java.version>2.9.1</opensearch-java.version>
<log4j2.version>2.22.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>
@@ -1792,7 +1792,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>3.10.0.2594</version>
+ <version>3.11.0.3922</version>
</plugin>
</plugins>
</pluginManagement>