Skip to content

Commit 15f7804

Browse files
Bump org.flywaydb:flyway-database-postgresql from 10.18.0 to 10.18.1
Bumps org.flywaydb:flyway-database-postgresql from 10.18.0 to 10.18.1. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ce70a9 commit 15f7804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
implementation("no.nav.security:token-client-core:$tokenSupportVersion")
7676

7777
// DB
78-
implementation("org.flywaydb:flyway-database-postgresql:10.18.0")
78+
implementation("org.flywaydb:flyway-database-postgresql:10.18.1")
7979
implementation("com.zaxxer:HikariCP:6.0.0")
8080
implementation("org.postgresql:postgresql:42.7.4")
8181
implementation("com.github.seratch:kotliquery:1.9.0")

0 commit comments

Comments
 (0)