Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql from 10.15.2 to 11.0.0 (#…
Browse files Browse the repository at this point in the history
…880)

Bumps org.flywaydb:flyway-database-postgresql from 10.15.2 to 11.0.0.

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Petter Simonsen <[email protected]>
  • Loading branch information
dependabot[bot] and holymaloney authored Dec 17, 2024
1 parent 75f6770 commit bd8f595
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 @@ -171,7 +171,7 @@ dependencies {
implementation("org.springframework.kafka:spring-kafka")
implementation("com.squareup.okhttp3:okhttp")
implementation("io.micrometer:micrometer-registry-prometheus-simpleclient")
implementation("org.flywaydb:flyway-database-postgresql:10.15.2")
implementation("org.flywaydb:flyway-database-postgresql:11.0.0")
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")

Expand Down

0 comments on commit bd8f595

Please sign in to comment.