Skip to content

Commit

Permalink
Bump com.mysql:mysql-connector-j from 8.4.0 to 9.0.0 (#6301)
Browse files Browse the repository at this point in the history
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.4.0 to 9.0.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.4.0...9.0.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 46f194f commit 011bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
"oracle" : fileTree(dir: 'libs', includes: ['ojdbc8.jar']),
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
"h2" : "com.h2database:h2:2.2.224",
"mysql" : "com.mysql:mysql-connector-j:8.4.0",
"mysql" : "com.mysql:mysql-connector-j:9.0.0",
"sqlite" : "org.xerial:sqlite-jdbc:3.46.0.0",
"firebird" : "org.firebirdsql.jdbc:jaybird:5.0.5.java8",
//cache
Expand Down

0 comments on commit 011bbdb

Please sign in to comment.