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 e3b6f9debf35833259168817927c6d02ad6bd6a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 23:37:06 2025 +0000
Bump com.mysql:mysql-connector-j from 9.4.0 to 9.5.0
Bumps
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from
9.4.0 to 9.5.0.
-
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
-
[Commits](https://github.com/mysql/mysql-connector-j/compare/9.4.0...9.5.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 9.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4580cc7cdc..e2c95e71c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,7 +508,7 @@ under the License.
<docker.mariadb.version>11</docker.mariadb.version>
<jdbc.postgresql.version>42.7.8</jdbc.postgresql.version>
- <jdbc.mysql.version>9.4.0</jdbc.mysql.version>
+ <jdbc.mysql.version>9.5.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.5.6</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.9.0.25.07</jdbc.oracle.version>