This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 0de3dc547c Upgrading OpenSearch and maven-project-info-reports-plugin
0de3dc547c is described below

commit 0de3dc547c41eb7af10ca9d2f4d77990404f6a95
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 3a7db613d1..4d2e8ac653 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
     <disruptor.version>3.4.4</disruptor.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>
 
     <commons-lang3.version>3.14.0</commons-lang3.version>
@@ -1950,7 +1950,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