Skip to content

Commit 13bea7a

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mysql/com.mysql-mysql-connector-j-9.6.0' into combined-pr-branch
2 parents fa7e79b + f79f6c5 commit 13bea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compileOnly 'io.asyncer:r2dbc-mysql:1.4.1'
88

99
testImplementation project(':testcontainers-jdbc-test')
10-
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
10+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
1111

1212
testImplementation testFixtures(project(':testcontainers-r2dbc'))
1313
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.4.1'

0 commit comments

Comments
 (0)