Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql from 10.1.0 to 10.2.0
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.1.0 to 10.2.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 Dec 12, 2023
1 parent 14c1499 commit 2d6018b
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 @@ -69,7 +69,7 @@ subprojects {
implementation("io.micrometer:micrometer-registry-prometheus:1.12.1")
implementation("com.github.seratch:kotliquery:1.9.0")
implementation("org.flywaydb:flyway-core:10.2.0")
implementation("org.flywaydb:flyway-database-postgresql:10.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.2.0")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("com.github.navikt:vault-jdbc:1.3.10")
implementation("org.postgresql:postgresql:42.7.1")
Expand Down

0 comments on commit 2d6018b

Please sign in to comment.