Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.18.0
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.18.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 17, 2024
1 parent dc20faa commit 2ef349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation(project(":dbflyway"))
implementation(project(":api-kontrakt"))
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.17.1")
implementation("org.flywaydb:flyway-database-postgresql:10.18.0")
runtimeOnly("org.postgresql:postgresql:42.7.4")

testImplementation("com.nimbusds:nimbus-jose-jwt:9.40")
Expand Down

0 comments on commit 2ef349b

Please sign in to comment.