Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JoergSiebahn committed Jan 13, 2025
1 parent ff53706 commit ba50a55
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 = '11.1.0'
flywayVersion = '11.1.1'
}

dependencies {
Expand Down

0 comments on commit ba50a55

Please sign in to comment.