Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies {

api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
api 'org.vibur:vibur-dbcp:26.0'
api 'com.mysql:mysql-connector-j:9.5.0'
api 'com.mysql:mysql-connector-j:9.6.0'
api 'org.junit.jupiter:junit-jupiter:5.14.1'
}
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies {
}

testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
}
4 changes: 2 additions & 2 deletions modules/mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies {
compileOnly 'io.asyncer:r2dbc-mysql:1.4.1'

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

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

compileOnly 'org.jetbrains:annotations:26.0.2-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
}
2 changes: 1 addition & 1 deletion modules/oceanbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(':testcontainers-jdbc')

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
}
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'

testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
testRuntimeOnly platform('org.junit:junit-bom:5.14.1')
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testRuntimeOnly 'org.junit.platform:junit-platform-testkit'
Expand Down
2 changes: 1 addition & 1 deletion modules/tidb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':testcontainers-jdbc')

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0'
testRuntimeOnly 'com.mysql:mysql-connector-j:9.6.0'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
Loading