Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Dec 4, 2024
1 parent 78e1996 commit 2905212
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 @@ -35,7 +35,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:11.0.0")
library("flyway", "org.flywaydb:flyway-core:11.0.1")
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 2905212

Please sign in to comment.