Skip to content

Commit

Permalink
chore(deps): 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.0.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 Nov 25, 2024
1 parent da17da5 commit 6134e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation "org.postgresql:postgresql:42.7.4"
implementation "org.apache.commons:commons-csv:1.12.0"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0"
implementation "org.flywaydb:flyway-database-postgresql:10.21.0"
implementation "org.flywaydb:flyway-database-postgresql:11.0.0"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.56.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.56.0"
implementation "org.jetbrains.exposed:exposed-json:0.56.0"
Expand Down

0 comments on commit 6134e2d

Please sign in to comment.