Skip to content

Commit

Permalink
[Tech] Bump org.flywaydb:flyway-core from 10.21.0 to 11.1.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.21.0 to 11.1.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.21.0...flyway-11.1.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 and louptheron committed Jan 8, 2025
1 parent 533ba82 commit af5366f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
api("jakarta.validation:jakarta.validation-api:3.1.0")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
api("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
api("org.flywaydb:flyway-core:10.21.0")
api("org.flywaydb:flyway-core:11.1.0")
api("org.flywaydb:flyway-database-postgresql:10.21.0")
api("org.springdoc:springdoc-openapi-ui:1.8.0")
api("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
Expand Down

0 comments on commit af5366f

Please sign in to comment.