Skip to content

Commit 3e03598

Browse files
authored
Merge pull request #11684 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents d61ade5 + 9ac702c commit 3e03598

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/cockroachdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CockroachDB"
33
dependencies {
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
}

modules/cratedb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CrateDB"
33
dependencies {
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

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

modules/postgresql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

modules/questdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)