Skip to content

Commit

Permalink
fix(deps): bump flywayVersion from 10.21.0 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps `flywayVersion` from 10.21.0 to 11.1.0.

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.21.0 to 11.1.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mikhailfayez committed Dec 16, 2024
1 parent 303e827 commit 79bf85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sda-commons-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
tuprologVersion = '0.20.9' // don't upgrade separately! use version from database-rider
bouncyCastleVersion = '1.79'
victoolsVersion = '4.37.0'
flywayVersion = '10.21.0'
flywayVersion = '11.1.0'
}

dependencies {
Expand Down

0 comments on commit 79bf85f

Please sign in to comment.