Skip to content

Commit 36599b9

Browse files
Bump org.flywaydb:flyway-database-postgresql from 11.3.4 to 11.4.0
Bumps org.flywaydb:flyway-database-postgresql from 11.3.4 to 11.4.0. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2dec5ee commit 36599b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbmigrering/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ plugins {
44

55
dependencies {
66
implementation(project(":infrastructure"))
7-
implementation("org.flywaydb:flyway-database-postgresql:11.3.4")
7+
implementation("org.flywaydb:flyway-database-postgresql:11.4.0")
88
runtimeOnly("org.postgresql:postgresql:42.7.5")
99
}

dbtest/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
implementation("com.zaxxer:HikariCP:6.2.1")
7-
implementation("org.flywaydb:flyway-database-postgresql:11.3.4")
7+
implementation("org.flywaydb:flyway-database-postgresql:11.4.0")
88
runtimeOnly("org.postgresql:postgresql:42.7.5")
99

1010
implementation("org.testcontainers:postgresql:1.20.6")

0 commit comments

Comments
 (0)