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 b9dba7a + d2c6bfe commit b8c0cebCopy full SHA for b8c0ceb
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
29
implementation 'org.postgresql:postgresql:42.7.5'
30
// implementation 'org.flywaydb:flyway-core:10.20.1'
31
- implementation 'org.flywaydb:flyway-database-postgresql:11.3.0'
+ implementation 'org.flywaydb:flyway-database-postgresql:11.3.1'
32
testImplementation 'org.testcontainers:postgresql:1.20.4'
33
testImplementation 'org.testcontainers:testcontainers:1.20.4'
34
testImplementation 'io.rest-assured:rest-assured'
0 commit comments