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 fcebe3b345 Upgrading MySQL JDBC driver and Woodstox
fcebe3b345 is described below
commit fcebe3b3451920e330d1736c50926f5d39bc15bc
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jan 17 08:17:03 2024 +0100
Upgrading MySQL JDBC driver and Woodstox
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2bf87d09df..39636f28ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@ under the License.
<docker.mariadb.version>11</docker.mariadb.version>
<jdbc.postgresql.version>42.7.1</jdbc.postgresql.version>
- <jdbc.mysql.version>8.2.0</jdbc.mysql.version>
+ <jdbc.mysql.version>8.3.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.3.2</jdbc.mariadb.version>
<jdbc.mssql.version>12.4.2.jre</jdbc.mssql.version>
<jdbc.oracle.version>23.2.0.0</jdbc.oracle.version>
@@ -696,7 +696,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
- <version>6.5.1</version>
+ <version>6.6.0</version>
</dependency>
<dependency>