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 8ae2ff80e3 Bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0 (#706)
8ae2ff80e3 is described below
commit 8ae2ff80e3ee13302018ffdb4310b24d18edf5e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 1 07:07:33 2024 +0200
Bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0 (#706)
Bumps
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from
8.3.0 to 8.4.0.
-
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
-
[Commits](https://github.com/mysql/mysql-connector-j/compare/8.3.0...8.4.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 878a54d2f7..52556e65bf 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.3</jdbc.postgresql.version>
- <jdbc.mysql.version>8.3.0</jdbc.mysql.version>
+ <jdbc.mysql.version>8.4.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.3.3</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.3.0.23.09</jdbc.oracle.version>