Update postgresql to 42.7.2 (#5414)

This commit is contained in:
Scala Steward 2024-02-22 17:27:09 +01:00 committed by GitHub
parent 1dff918848
commit 0a96f72c5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ object Deps {
val flywayV =
"9.2.1" //https://flywaydb.org/documentation/learnmore/releaseNotes
val postgresV = "42.7.1" //https://jdbc.postgresql.org/
val postgresV = "42.7.2" //https://jdbc.postgresql.org/
val akkaActorV = akkaStreamv
val slickV = "3.4.1"