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 6a848dba6f Upgrading OpenSearch and maven-project-info-reports-plugin
6a848dba6f is described below

commit 6a848dba6f944dd398490b88000994d725b8ea68
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 27 08:40:15 2024 +0200

    Upgrading OpenSearch and maven-project-info-reports-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 92bc043a09..747a02b242 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
 
     <elasticsearch.version>8.14.1</elasticsearch.version>
-    <opensearch.version>2.14.0</opensearch.version>
+    <opensearch.version>2.15.0</opensearch.version>
     <opensearch-java.version>2.11.0</opensearch-java.version>
 
     <log4j2.version>2.22.0</log4j2.version>
@@ -2064,7 +2064,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>

Reply via email to