Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-core from 10.1.0 to 10.2.0 in /springboot-app (
Browse files Browse the repository at this point in the history
#83)

Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.1.0...flyway-10.2.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  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 Dec 11, 2023
1 parent 49eb4c6 commit 9bfda43
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 @@ -21,7 +21,7 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-starter-vault-config")

implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.flywaydb:flyway-core:10.1.0")
implementation("org.flywaydb:flyway-core:10.2.0")
implementation("org.flywaydb:flyway-database-postgresql:10.2.0")
implementation("org.postgresql:postgresql:42.7.1")

Expand Down

0 comments on commit 9bfda43

Please sign in to comment.