This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 8888e347cf Bump com.mysql:mysql-connector-j from 9.0.0 to 9.1.0 (#864)
8888e347cf is described below

commit 8888e347cfd9d213a289e5782a848f3cbdc5fb0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 16 08:43:17 2024 +0200

    Bump com.mysql:mysql-connector-j from 9.0.0 to 9.1.0 (#864)
    
    Bumps 
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 
9.0.0 to 9.1.0.
    - 
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
    - 
[Commits](https://github.com/mysql/mysql-connector-j/compare/9.0.0...9.1.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 0a5e39b945..15fdadb70f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,7 @@ under the License.
     <docker.neo4j.version>5.23.0</docker.neo4j.version>
 
     <jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
-    <jdbc.mysql.version>9.0.0</jdbc.mysql.version>
+    <jdbc.mysql.version>9.1.0</jdbc.mysql.version>
     <jdbc.mariadb.version>3.4.1</jdbc.mariadb.version>
     <jdbc.oracle.version>23.5.0.24.07</jdbc.oracle.version>
 

Reply via email to