Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: org.flywaydb:flyway-database-postgresql.


Updates `org.flywaydb:flyway-database-postgresql` from 10.16.0 to 10.17.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 239c068 commit f294b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-backend-dataops/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation("org.jooq:jooq-codegen:3.19.10")
implementation("org.flywaydb:flyway-database-postgresql:10.16.0")
implementation("org.flywaydb:flyway-database-postgresql:10.17.0")
implementation("org.postgresql:postgresql:42.7.3")
implementation("ch.qos.logback:logback-classic:1.5.6")
}
2 changes: 1 addition & 1 deletion app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.1")
implementation("com.charleskorn.kaml:kaml:0.61.0")

implementation("org.flywaydb:flyway-database-postgresql:10.16.0")
implementation("org.flywaydb:flyway-database-postgresql:10.17.0")
implementation("org.jooq:jooq:3.19.10")
implementation("org.postgresql:postgresql:42.7.3")
implementation("com.zaxxer:HikariCP:5.1.0")
Expand Down

0 comments on commit f294b74

Please sign in to comment.