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 e384d39882 Upgrading MariaDB JDBC driver
e384d39882 is described below
commit e384d398823312203ad2647bcb2b8b7b96bc9fb1
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Nov 21 07:12:58 2024 +0100
Upgrading MariaDB JDBC driver
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1c56e05f73..3c6afc07a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.5.0</jdbc.mariadb.version>
+ <jdbc.mariadb.version>3.5.1</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.6.0.24.10</jdbc.oracle.version>