File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments