Skip to content

Commit

Permalink
Update dependency com.mysql:mysql-connector-j to v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent c093f41 commit b47ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencyResolutionManagement {
library("driver-postgres", "org.postgresql:postgresql:42.7.3")
library("driver-mariadb", "org.mariadb.jdbc:mariadb-java-client:3.3.3")
library("driver-sqlite", "org.xerial:sqlite-jdbc:3.45.3.0")
library("driver-mysql", "com.mysql:mysql-connector-j:8.3.0")
library("driver-mysql", "com.mysql:mysql-connector-j:8.4.0")

bundle("database-postgres", listOf("testcontainers-junit", "testcontainers-core", "testcontainers-postgres", "driver-postgres"))
bundle("database-mariadb", listOf("testcontainers-junit", "testcontainers-core", "testcontainers-mariadb", "driver-mariadb"))
Expand Down

0 comments on commit b47ccaa

Please sign in to comment.