Skip to content

Commit

Permalink
chore(deps): bump org.flywaydb:flyway-database-postgresql (#3446)
Browse files Browse the repository at this point in the history
Bumps the minor group in /backend with 1 update: org.flywaydb:flyway-database-postgresql.


Updates `org.flywaydb:flyway-database-postgresql` from 11.0.1 to 11.1.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 35155e4 commit 27b4d11
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.7.0"
implementation "org.flywaydb:flyway-database-postgresql:11.0.1"
implementation "org.flywaydb:flyway-database-postgresql:11.1.0"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.57.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.57.0"
implementation "org.jetbrains.exposed:exposed-json:0.57.0"
Expand Down

0 comments on commit 27b4d11

Please sign in to comment.