Skip to content

Commit 20fa1fa

Browse files
authored
Merge pull request #10469 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents b8e7a28 + 7ef5850 commit 20fa1fa

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
@@ -4,7 +4,7 @@ dependencies {
44
api project(':jdbc')
55

66
testImplementation project(':jdbc-test')
7-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
7+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
88
testImplementation 'org.assertj:assertj-core:3.27.3'
99
}
1010

modules/cratedb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':jdbc')
55

66
testImplementation project(':jdbc-test')
7-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
7+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
88

99
compileOnly 'org.jetbrains:annotations:26.0.2'
1010
}

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation 'org.junit.jupiter:junit-jupiter'
1818

1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
20-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
20+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
2121
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
2222
}
2323

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(':jdbc-test')
10-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
10+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
1111

1212
testImplementation testFixtures(project(':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(':jdbc')
66

7-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
7+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
88
testImplementation project(':jdbc-test')
99
testImplementation 'org.assertj:assertj-core:3.27.3'
1010
testImplementation 'org.questdb:questdb:7.3.9'

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:4.0.3'
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1717

18-
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3'

0 commit comments

Comments
 (0)