Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql in /api (#15)
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.15.2 to 10.17.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent 98502b1 commit 2c29218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation("io.ktor:ktor-server-mustache")
implementation("ch.qos.logback:logback-classic:1.5.6")
implementation("org.flywaydb:flyway-core:10.16.0")
implementation("org.flywaydb:flyway-database-postgresql:10.15.2")
implementation("org.flywaydb:flyway-database-postgresql:10.17.0")
implementation(platform("org.jdbi:jdbi3-bom:3.45.2"))
implementation("org.postgresql:postgresql:42.7.3")
implementation("org.jdbi:jdbi3-core")
Expand Down

0 comments on commit 2c29218

Please sign in to comment.