Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-core from 9.21.1 to 10.0.0
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.21.1 to 10.0.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.21.1...flyway-10.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent ee73358 commit 843bc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("com.amazonaws:aws-java-sdk-s3")
implementation("javax.xml.bind:jaxb-api:2.4.0-b180830.0359")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("org.flywaydb:flyway-core:9.21.1")
implementation("org.flywaydb:flyway-core:10.0.0")
runtimeOnly("org.postgresql:postgresql")
developmentOnly("org.springframework.boot:spring-boot-devtools")
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit 843bc73

Please sign in to comment.