Skip to content

Bump flywayVersion from 10.15.0 to 10.17.0 #230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump flywayVersion from 10.15.0 to 10.17.0
Bumps `flywayVersion` from 10.15.0 to 10.17.0.

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.15.0 to 10.17.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 Aug 1, 2024
commit f281ea2944300852384b2da600de00ed0d5712e0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jacocoTestReport {
}

dependencies {
def flywayVersion = '10.15.0'
def flywayVersion = '10.17.0'
def springDocVersion = '2.5.0'
def therapiVersion = '0.15.0'

Expand Down
Loading