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 487913c5ae Upgrading Elasticsearch, MariaDB and Oracle JDBC drivers
487913c5ae is described below

commit 487913c5aea2a1fba2f5986d4ee4138e8baf397f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Feb 12 08:57:37 2025 +0100

    Upgrading Elasticsearch, MariaDB and Oracle JDBC drivers
---
 pom.xml            | 6 +++---
 wa/starter/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d42500d8b1..c71d01dde6 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.1</elasticsearch.version>
+    <elasticsearch.version>8.17.2</elasticsearch.version>
     <opensearch.version>2.18.0</opensearch.version>
     <opensearch-java.version>2.20.0</opensearch-java.version>
 
@@ -509,9 +509,9 @@ under the License.
 
     <jdbc.postgresql.version>42.7.5</jdbc.postgresql.version>
     <jdbc.mysql.version>9.2.0</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.5.1</jdbc.mariadb.version>
+    <jdbc.mariadb.version>3.5.2</jdbc.mariadb.version>
     <jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
-    <jdbc.oracle.version>23.6.0.24.10</jdbc.oracle.version>
+    <jdbc.oracle.version>23.7.0.25.01</jdbc.oracle.version>
 
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
 
diff --git a/wa/starter/pom.xml b/wa/starter/pom.xml
index b66ddfcd3e..76c00cd20b 100644
--- a/wa/starter/pom.xml
+++ b/wa/starter/pom.xml
@@ -391,7 +391,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-tomcat</artifactId>
+      <artifactId>spring-boot-starter-undertow</artifactId>
       <scope>test</scope>      
     </dependency>
     <dependency>

Reply via email to