Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql from 11.2.0 to 11.3.0
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 11.2.0 to 11.3.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent b89264f commit 7da2294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation("io.ktor:ktor-utils:$ktorVersjon")

// DB
implementation("org.flywaydb:flyway-database-postgresql:11.2.0")
implementation("org.flywaydb:flyway-database-postgresql:11.3.0")
implementation("com.zaxxer:HikariCP:6.2.1")
implementation("org.postgresql:postgresql:42.7.5")
implementation("com.github.seratch:kotliquery:1.9.1")
Expand Down

0 comments on commit 7da2294

Please sign in to comment.