Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Nov 8, 2024
1 parent 740fce4 commit 20ff44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencyResolutionManagement {
library("koin", "io.insert-koin:koin-core:4.0.0")
library("airline", "com.github.rvesse:airline:3.0.0")
library("h2", "com.h2database:h2:2.3.232")
library("flyway", "org.flywaydb:flyway-core:10.20.1")
library("flyway", "org.flywaydb:flyway-core:10.21.0")
library("exposed-core", "org.jetbrains.exposed:exposed-core:0.56.0")
library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.56.0")
library("ktor-core", "io.ktor:ktor-server-core-jvm:3.0.1")
Expand Down

0 comments on commit 20ff44d

Please sign in to comment.