Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql from 10.15.2 to 10.16.0
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.15.2 to 10.16.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 22, 2024
1 parent 1094e03 commit cdf7791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("org.quartz-scheduler:quartz:2.3.2")
implementation("org.threeten:threeten-extra:1.8.0")

implementation("org.flywaydb:flyway-database-postgresql:10.15.2")
implementation("org.flywaydb:flyway-database-postgresql:10.16.0")
implementation("com.zaxxer:HikariCP:5.1.0")

runtimeOnly("net.logstash.logback:logstash-logback-encoder:7.4")
Expand Down

0 comments on commit cdf7791

Please sign in to comment.