Update postgresql to 42.7.1 (#5321)

This commit is contained in:
Scala Steward 2024-01-15 15:09:51 +01:00 committed by GitHub
parent 001a2f0970
commit 495197d380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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