Skip to content

Commit d61ade5

Browse files
authored
Merge pull request #11681 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents fa7e79b + a26de36 commit d61ade5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

modules/jdbc-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010

1111
api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
1212
api 'org.vibur:vibur-dbcp:26.0'
13-
api 'com.mysql:mysql-connector-j:9.5.0'
13+
api 'com.mysql:mysql-connector-j:9.6.0'
1414
api 'org.junit.jupiter:junit-jupiter:5.14.1'
1515
}

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:9.5.0'
18+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
1919
}

modules/mysql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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'
1414

15-
compileOnly 'org.jetbrains:annotations:26.0.2-1'
15+
compileOnly 'org.jetbrains:annotations:26.1.0'
1616
}

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:9.5.0'
7+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.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:9.5.0'
19+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
2020
testRuntimeOnly platform('org.junit:junit-bom:5.14.1')
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:9.5.0'
7+
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
88
compileOnly 'org.jetbrains:annotations:26.0.2-1'
99
}

0 commit comments

Comments
 (0)