Skip to content

Commit

Permalink
Bump flywayVersion from 10.10.0 to 10.11.0 in /springboot-app (#166)
Browse files Browse the repository at this point in the history
Bumps `flywayVersion` from 10.10.0 to 10.11.0.

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.10.0 to 10.11.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 Apr 11, 2024
1 parent 839f6ae commit e4dfc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

val springCloudVersion = "2023.0.0"
val flywayVersion = "10.10.0"
val flywayVersion = "10.11.0"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down

0 comments on commit e4dfc88

Please sign in to comment.