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.
1 parent 559df36 commit 7b4cdf5Copy full SHA for 7b4cdf5
modules/cratedb/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CrateDB"
3
dependencies {
4
api project(':testcontainers-jdbc')
5
6
- testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
7
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
8
9
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
0 commit comments