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

commit db69345b4865ee2e54f5d8b5ea0faf73f8a414ee
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Nov 7 08:11:25 2024 +0100

    Upgrading OpenSearch, Swagger UI, Oracle JDBC driver and sonar-maven-plugin
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index aba2868b45..87f444f1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,7 +431,7 @@ under the License.
     <slf4j.version>1.7.36</slf4j.version>
 
     <elasticsearch.version>8.15.3</elasticsearch.version>
-    <opensearch.version>2.17.1</opensearch.version>
+    <opensearch.version>2.18.0</opensearch.version>
     <opensearch-java.version>2.17.0</opensearch-java.version>
 
     <log4j2.version>2.22.0</log4j2.version>
@@ -450,7 +450,7 @@ under the License.
     <h2.version>2.3.232</h2.version>
 
     <swagger-core.version>2.2.25</swagger-core.version>
-    <swagger-ui.version>5.18.0</swagger-ui.version>
+    <swagger-ui.version>5.18.1</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -511,7 +511,7 @@ under the License.
     <jdbc.mysql.version>9.0.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.5.0</jdbc.mariadb.version>
     <jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
-    <jdbc.oracle.version>23.5.0.24.07</jdbc.oracle.version>
+    <jdbc.oracle.version>23.6.0.24.10</jdbc.oracle.version>
 
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
 
@@ -1796,7 +1796,7 @@ under the License.
         <plugin>
           <groupId>org.sonarsource.scanner.maven</groupId>
           <artifactId>sonar-maven-plugin</artifactId>
-          <version>4.0.0.4121</version>
+          <version>5.0.0.4389</version>
         </plugin>
       </plugins>
     </pluginManagement>

Reply via email to