Skip to content

Commit

Permalink
Bump mysql-connector-java from 8.0.15 to 8.0.18
Browse files Browse the repository at this point in the history
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.15 to 8.0.18.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.15...8.0.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Nov 13, 2019
1 parent 17effbb commit 8f963ad
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 @@ -69,7 +69,7 @@ ext {
"dm" : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
"kingbase" : fileTree(dir: 'libs', includes: ["kingbase8-8.2.0.jar"]),
"h2" : "com.h2database:h2:1.4.197",
"mysql" : "mysql:mysql-connector-java:8.0.15",
"mysql" : "mysql:mysql-connector-java:8.0.18",
"sqlite" : "org.xerial:sqlite-jdbc:3.27.2.1",
//code generator
"velocity" : "org.apache.velocity:velocity-engine-core:2.1",
Expand Down

0 comments on commit 8f963ad

Please sign in to comment.