Skip to content

Commit

Permalink
[api]: Bump org.flywaydb:flyway-core from 11.1.1 to 11.2.0
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.1.1 to 11.2.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.1.1...flyway-11.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>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Jan 17, 2025
1 parent 45ad81d commit ea82bb1
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.1")
library("airline", "com.github.rvesse:airline:3.0.0")
library("h2", "com.h2database:h2:2.3.232")
library("flyway", "org.flywaydb:flyway-core:11.1.1")
library("flyway", "org.flywaydb:flyway-core:11.2.0")
library("exposed-core", "org.jetbrains.exposed:exposed-core:0.58.0")
library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.58.0")
library("ktor-core", "io.ktor:ktor-server-core-jvm:3.0.3")
Expand Down

0 comments on commit ea82bb1

Please sign in to comment.