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 51f6c1b commit 8b95830Copy full SHA for 8b95830
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
testImplementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.5.RELEASE'
40
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.3.5.RELEASE'
41
42
- testImplementation 'org.postgresql:postgresql:42.2.5'
+ testImplementation 'org.postgresql:postgresql:42.7.8'
43
44
testCompile "org.testcontainers:spock:1.15.2"
45
testCompile "org.testcontainers:postgresql:1.15.2"
0 commit comments