Skip to content

Commit

Permalink
Bump flywayVersion from 10.21.0 to 10.22.0 (#608)
Browse files Browse the repository at this point in the history
Bumps `flywayVersion` from 10.21.0 to 10.22.0.

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.21.0 to 10.22.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 22, 2024
1 parent fc30dd1 commit 9dbb00b
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 @@ -17,7 +17,7 @@ val javaxVersion = "2.1.1"
val logstashEncoderVersion = "8.0"
val postgresVersion = "42.7.4"
val hikariVersion = "5.1.0"
val flywayVersion = "10.21.0"
val flywayVersion = "10.22.0"
val vaultJdbcVersion = "1.3.9"
val jacksonVersion = "2.18.1"
val kafkaVersion = "3.9.0"
Expand Down

0 comments on commit 9dbb00b

Please sign in to comment.