Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-core from 10.4.0 to 10.4.1
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.4.0 to 10.4.1.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.4.0...flyway-10.4.1)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent b3853d4 commit d8eb822
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 @@ -68,7 +68,7 @@ subprojects {
implementation("io.micrometer:micrometer-core:1.12.1")
implementation("io.micrometer:micrometer-registry-prometheus:1.12.1")
implementation("com.github.seratch:kotliquery:1.9.0")
implementation("org.flywaydb:flyway-core:10.4.0")
implementation("org.flywaydb:flyway-core:10.4.1")
implementation("org.flywaydb:flyway-database-postgresql:10.4.0")
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("com.github.navikt:vault-jdbc:1.3.10")
Expand Down

0 comments on commit d8eb822

Please sign in to comment.