fix(deps): update dependency org.flywaydb:flyway-database-postgresql to v10.17.1

This commit is contained in:
renovate[bot] 2024-08-13 11:12:36 +00:00
parent 17bf2aade6
commit c71ad2a28e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ imageio-webp = { module = "com.twelvemonkeys.imageio:imageio-webp", version = "3
thumbnailator = { module = "net.coobird:thumbnailator", version = "0.4.20" }
flyway-core = { module = "org.flywaydb:flyway-core" }
flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.17.0" }
flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.17.1" }
h2db = { module = "com.h2database:h2", version = "2.3.232" }