Skip to content

Commit b175776

Browse files
authored
Merge pull request #9285 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 5328bca + 84cc17f commit b175776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3'
7+
testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
88

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

modules/mongodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Testcontainers :: MongoDB"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation("org.mongodb:mongodb-driver-sync:5.1.2")
6+
testImplementation("org.mongodb:mongodb-driver-sync:5.1.4")
77
testImplementation 'org.assertj:assertj-core:3.26.3'
88
}

0 commit comments

Comments
 (0)