Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql from 10.20.1 to 10.21.0 (#…
Browse files Browse the repository at this point in the history
…21)

Bumps org.flywaydb:flyway-database-postgresql from 10.20.1 to 10.21.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f07fa3c commit 1706d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.3'

// https://mvnrepository.com/artifact/org.flywaydb/flyway-database-postgresql
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.20.1'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.21.0'


// ====================
Expand Down

0 comments on commit 1706d4f

Please sign in to comment.