Skip to content

Commit

Permalink
Merge pull request #651 from rieske/renovate/org.postgresql-postgresq…
Browse files Browse the repository at this point in the history
…l-42.x

fix(deps): update dependency org.postgresql:postgresql to v42.7.0
  • Loading branch information
mergify[bot] authored Nov 20, 2023
2 parents 4a5f101 + 165f8aa commit aafe316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zipkinSender = "io.zipkin.reporter2:zipkin-sender-urlconnection:2.16.4"
flyway = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
flywayMysql = { module = "org.flywaydb:flyway-mysql", version.ref = "flyway" }
flywayPostgres = { module = "org.flywaydb:flyway-database-postgresql", version.ref = "flyway" }
postgres = "org.postgresql:postgresql:42.6.0"
postgres = "org.postgresql:postgresql:42.7.0"
mysql = "com.mysql:mysql-connector-j:8.2.0"

# Test
Expand Down

0 comments on commit aafe316

Please sign in to comment.