Skip to content

Commit

Permalink
Update dependency com.mysql:mysql-connector-j to v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent a1f627d commit acb64c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Fast tests against containerized MySql database."
dependencies {
api(project(":base"))

implementation("com.mysql:mysql-connector-j:9.0.0")
implementation("com.mysql:mysql-connector-j:9.1.0")
implementation("org.testcontainers:mysql:1.20.2")
}

Expand Down

0 comments on commit acb64c7

Please sign in to comment.