Skip to content

Commit

Permalink
build(deps): bump flyway from 10.0.1 to 10.1.0 (#68)
Browse files Browse the repository at this point in the history
Bumps `flyway` from 10.0.1 to 10.1.0.

Updates `org.flywaydb:flyway-core` from 10.0.1 to 10.1.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.0.1...flyway-10.1.0)

Updates `org.flywaydb:flyway-database-postgresql` from 10.0.1 to 10.1.0

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2023
1 parent e8fd0e4 commit b028a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hoplite = "2.7.5"
kondor = "2.1.2"
confluent = "7.3.3" # FIXME 7.4.0
log4j = "2.22.0"
flyway = "10.0.1"
flyway = "10.1.0"
# tests
kotest = "5.8.0"

Expand Down

0 comments on commit b028a84

Please sign in to comment.