Skip to content

Commit

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


Updates `org.flywaydb:flyway-database-postgresql` from 10.17.3 to 10.18.0

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 27d576c commit 4de7567
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.11.0"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0"
implementation "org.flywaydb:flyway-database-postgresql:10.17.3"
implementation "org.flywaydb:flyway-database-postgresql:10.18.0"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.54.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.54.0"
implementation "org.jetbrains.exposed:exposed-json:0.54.0"
Expand Down

0 comments on commit 4de7567

Please sign in to comment.