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 f14d212Copy full SHA for f14d212
modules/questdb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api project(':testcontainers-jdbc')
6
7
- testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
8
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
9
10
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
0 commit comments