Skip to content

Commit

Permalink
Bump the database group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the database group with 2 updates in the /api directory: [org.flywaydb:flyway-core](https://github.com/flyway/flyway) and org.flywaydb:flyway-database-postgresql.


Updates `org.flywaydb:flyway-core` from 10.20.1 to 11.1.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.20.1...flyway-11.1.1)

Updates `org.flywaydb:flyway-database-postgresql` from 10.20.1 to 11.1.1

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 24d4c2b commit 79474a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ dependencies {
implementation("io.ktor:ktor-serialization-kotlinx-json")
implementation("io.ktor:ktor-server-mustache")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("org.flywaydb:flyway-core:10.20.1")
implementation("org.flywaydb:flyway-database-postgresql:10.20.1")
implementation("org.flywaydb:flyway-core:11.1.1")
implementation("org.flywaydb:flyway-database-postgresql:11.1.1")
implementation(platform("org.jdbi:jdbi3-bom:3.47.0"))
implementation("org.postgresql:postgresql:42.7.4")
implementation("org.jdbi:jdbi3-core")
Expand Down

0 comments on commit 79474a7

Please sign in to comment.