Skip to content

Commit

Permalink
Update dependency com.mysql:mysql-connector-j to v9.2.0 (#247)
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 Feb 12, 2025
1 parent 4c2acfb commit fab209c
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 @@ -65,7 +65,7 @@ dependencyResolutionManagement {
library("driver-postgres", "org.postgresql:postgresql:42.7.5")
library("driver-mariadb", "org.mariadb.jdbc:mariadb-java-client:3.5.2")
library("driver-sqlite", "org.xerial:sqlite-jdbc:3.47.2.0")
library("driver-mysql", "com.mysql:mysql-connector-j:9.1.0")
library("driver-mysql", "com.mysql:mysql-connector-j:9.2.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 fab209c

Please sign in to comment.