We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dec5ee commit 36599b9Copy full SHA for 36599b9
dbmigrering/build.gradle.kts
@@ -4,6 +4,6 @@ plugins {
4
5
dependencies {
6
implementation(project(":infrastructure"))
7
- implementation("org.flywaydb:flyway-database-postgresql:11.3.4")
+ implementation("org.flywaydb:flyway-database-postgresql:11.4.0")
8
runtimeOnly("org.postgresql:postgresql:42.7.5")
9
}
dbtest/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
implementation("com.zaxxer:HikariCP:6.2.1")
10
implementation("org.testcontainers:postgresql:1.20.6")
0 commit comments