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 97b9be977d Upgrading OpenSearch, Swagger UI and maven-gpg-plugin
97b9be977d is described below

commit 97b9be977d6db6ab2ea42200073e8ef55213b0eb
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Apr 12 08:18:45 2024 +0200

    Upgrading OpenSearch, Swagger UI and maven-gpg-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 62b69779fa..244d2e89a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ under the License.
 
     <elasticsearch.version>8.13.2</elasticsearch.version>
     <opensearch.version>2.13.0</opensearch.version>
-    <opensearch-java.version>2.9.1</opensearch-java.version>
+    <opensearch-java.version>2.10.0</opensearch-java.version>
 
     <log4j2.version>2.22.0</log4j2.version>
     <disruptor.version>3.4.4</disruptor.version>
@@ -450,7 +450,7 @@ under the License.
     <h2.version>2.2.224</h2.version>
 
     <swagger-core.version>2.2.21</swagger-core.version>
-    <swagger-ui.version>5.15.0</swagger-ui.version>
+    <swagger-ui.version>5.15.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -2169,7 +2169,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>

Reply via email to