Skip to content

Commit

Permalink
build(deps): bump org.flywaydb:flyway-database-postgresql
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.18.2 to 10.19.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]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 4d94e72 commit 06ff5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
classpath("org.testcontainers:postgresql:1.20.2")
classpath("org.jooq:jooq-codegen:3.19.13")
classpath("org.flywaydb:flyway-core:10.19.0")
classpath("org.flywaydb:flyway-database-postgresql:10.18.2")
classpath("org.flywaydb:flyway-database-postgresql:10.19.0")
}
}

Expand Down

0 comments on commit 06ff5df

Please sign in to comment.