File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CockroachDB"
33dependencies {
44 api project(' :testcontainers-jdbc' )
55
6- testRuntimeOnly ' org.postgresql:postgresql:42.7.8 '
6+ testRuntimeOnly ' org.postgresql:postgresql:42.7.10 '
77
88 testImplementation project(' :testcontainers-jdbc-test' )
99}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CrateDB"
33dependencies {
44 api project(' :testcontainers-jdbc' )
55
6- testRuntimeOnly ' org.postgresql:postgresql:42.7.8 '
6+ testRuntimeOnly ' org.postgresql:postgresql:42.7.10 '
77
88 testImplementation project(' :testcontainers-jdbc-test' )
99
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies {
1414 exclude(module : ' hamcrest-core' )
1515 }
1616
17- testRuntimeOnly ' org.postgresql:postgresql:42.7.8 '
17+ testRuntimeOnly ' org.postgresql:postgresql:42.7.10 '
1818 testRuntimeOnly ' com.mysql:mysql-connector-j:9.6.0'
1919}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
88
99 testImplementation project(' :testcontainers-jdbc-test' )
10- testRuntimeOnly ' org.postgresql:postgresql:42.7.8 '
10+ testRuntimeOnly ' org.postgresql:postgresql:42.7.10 '
1111
1212 testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
1313 testRuntimeOnly ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55 api project(' :testcontainers-jdbc' )
66
7- testRuntimeOnly ' org.postgresql:postgresql:42.7.8 '
7+ testRuntimeOnly ' org.postgresql:postgresql:42.7.10 '
88
99 testImplementation project(' :testcontainers-jdbc-test' )
1010 testImplementation ' org.questdb:questdb:9.2.2'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 testImplementation ' com.zaxxer:HikariCP:7.0.2'
1616 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
1717
18- testRuntimeOnly ' org.postgresql:postgresql:42.7.8 '
18+ testRuntimeOnly ' org.postgresql:postgresql:42.7.10 '
1919 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'
You can’t perform that action at this time.
0 commit comments