Skip to content

Commit

Permalink
Update dependency mysql:mysql-connector-java to v8.0.30 (#3393)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and AlecKazakova committed Aug 5, 2022
1 parent 45abe92 commit 7bb7c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -60,7 +60,7 @@ rxJava2 = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
rxJava3 = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.5" }
sqliteJdbc = { module = "org.xerial:sqlite-jdbc", version = "3.36.0.3" }
postgresJdbc = { module = "org.postgresql:postgresql", version = "42.4.0" }
mysqlJdbc = { module = "mysql:mysql-connector-java", version = "8.0.29" }
mysqlJdbc = { module = "mysql:mysql-connector-java", version = "8.0.30" }

schemaCrawler-tools = { module = "us.fatehi:schemacrawler-tools", version.ref = "schemaCrawler" }
schemaCrawler-sqlite = { module = "us.fatehi:schemacrawler-sqlite", version.ref = "schemaCrawler" }
Expand Down

0 comments on commit 7bb7c75

Please sign in to comment.