Skip to content

Commit

Permalink
Merge pull request #137 from rieske/renovate/com.mysql-mysql-connecto…
Browse files Browse the repository at this point in the history
…r-j-9.x

Update dependency com.mysql:mysql-connector-j to v9
  • Loading branch information
mergify[bot] authored Jul 2, 2024
2 parents e650436 + 18f5928 commit 97c018f
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:8.4.0")
implementation("com.mysql:mysql-connector-j:9.0.0")
implementation("org.testcontainers:mysql:1.19.8")
}

Expand Down

0 comments on commit 97c018f

Please sign in to comment.