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 809af4fec3 Upgrading Elasticsearch and sonar-maven-plugin
809af4fec3 is described below
commit 809af4fec3745133a3d8a5a9bd22b01136d7cdb5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Mar 27 08:22:24 2025 +0100
Upgrading Elasticsearch and sonar-maven-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f9e6d3744a..3409bc1003 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
- <elasticsearch.version>8.17.3</elasticsearch.version>
+ <elasticsearch.version>8.17.4</elasticsearch.version>
<opensearch.version>2.19.1</opensearch.version>
<opensearch-java.version>2.22.0</opensearch-java.version>
@@ -1812,7 +1812,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>5.0.0.4389</version>
+ <version>5.1.0.4751</version>
</plugin>
</plugins>
</pluginManagement>