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 83c8aefefe Upgrading Zookeeper and MariaDB JDBC driver
83c8aefefe is described below
commit 83c8aefefe0c91906b6c4405e95628c115b5018a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Oct 25 08:19:29 2024 +0200
Upgrading Zookeeper and MariaDB JDBC driver
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6da3efbec4..3f0af78dcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,7 +472,7 @@ under the License.
<antlr4.version>4.13.2</antlr4.version>
<curator.version>5.7.0</curator.version>
- <zookeeper.version>3.9.1</zookeeper.version>
+ <zookeeper.version>3.9.3</zookeeper.version>
<testds.rootDn>o=isp</testds.rootDn>
<testds.bindDn>uid=admin,ou=system</testds.bindDn>
@@ -509,7 +509,7 @@ under the License.
<jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
<jdbc.mysql.version>9.0.0</jdbc.mysql.version>
- <jdbc.mariadb.version>3.4.1</jdbc.mariadb.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>