Skip to content

Commit

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

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

Updates `org.flywaydb:flyway-database-postgresql` from 11.2.0 to 11.3.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>
  • Loading branch information
dependabot[bot] authored and JoergSiebahn committed Feb 3, 2025
1 parent 7bec133 commit a645796
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.80'
victoolsVersion = '4.37.0'
flywayVersion = '11.2.0'
flywayVersion = '11.3.0'
}

dependencies {
Expand Down

0 comments on commit a645796

Please sign in to comment.