Skip to content

Commit

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

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.20.1 to 10.21.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent e130821 commit 1cc1b18
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 @@ -21,7 +21,7 @@ val kotlinVersion = "1.9.24"
val mockkVersion = "1.13.13"
val postgresVersion = "42.7.4"
val hikariVersion = "5.1.0"
val flywayVersion = "10.20.1"
val flywayVersion = "10.21.0"
val gsonVersion = "2.11.0"
val kafkaVersion = "3.7.0"
val altinnKanalSchemasVersion = "2.0.0"
Expand Down

0 comments on commit 1cc1b18

Please sign in to comment.