Skip to content

Commit

Permalink
Bump MySQL connector
Browse files Browse the repository at this point in the history
  • Loading branch information
rieske committed Nov 2, 2023
1 parent e7b5320 commit 19366bf
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("mysql:mysql-connector-java:8.0.33")
implementation("com.mysql:mysql-connector-j:8.2.0")
implementation("org.testcontainers:mysql:1.19.1")
}

Expand Down

0 comments on commit 19366bf

Please sign in to comment.