Skip to content

Commit 3da0255

Browse files
authored
Merge pull request #11332 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 15b9397 + 8cc0439 commit 3da0255

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies {
1515
}
1616

1717
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
18-
testRuntimeOnly 'com.mysql:mysql-connector-j:8.2.0'
18+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
1919
}

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:8.2.0'
10+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
1111

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

modules/oceanbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
testImplementation project(':testcontainers-jdbc-test')
7-
testRuntimeOnly 'com.mysql:mysql-connector-j:8.2.0'
7+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
88
}

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
19-
testRuntimeOnly 'com.mysql:mysql-connector-j:8.2.0'
19+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
2020
testRuntimeOnly platform('org.junit:junit-bom:5.13.4')
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'

modules/tidb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
testImplementation project(':testcontainers-jdbc-test')
7-
testRuntimeOnly 'com.mysql:mysql-connector-j:8.2.0'
7+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
88
compileOnly 'org.jetbrains:annotations:26.0.2-1'
99
}

0 commit comments

Comments
 (0)