Skip to content

Commit

Permalink
[Tech] Bump org.flywaydb:flyway-database-postgresql in /backend
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.21.0 to 11.1.0.

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  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 0dbaf92
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 @@ -65,7 +65,7 @@ dependencies {
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-database-postgresql:10.21.0")
api("org.flywaydb:flyway-database-postgresql:11.1.0")
api("org.springdoc:springdoc-openapi-ui:1.8.0")
api("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21")
Expand Down

0 comments on commit 0dbaf92

Please sign in to comment.