We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5328bca + 84cc17f commit b175776Copy full SHA for b175776
modules/cratedb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':jdbc')
5
6
testImplementation project(':jdbc-test')
7
- testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
8
9
compileOnly 'org.jetbrains:annotations:24.1.0'
10
}
modules/mongodb/build.gradle
@@ -3,6 +3,6 @@ description = "Testcontainers :: MongoDB"
3
dependencies {
api project(':testcontainers')
- testImplementation("org.mongodb:mongodb-driver-sync:5.1.2")
+ testImplementation("org.mongodb:mongodb-driver-sync:5.1.4")
testImplementation 'org.assertj:assertj-core:3.26.3'
0 commit comments