Update postgresql to 42.5.1 (#4898)

This commit is contained in:
Scala Steward 2022-11-27 15:52:11 +01:00 committed by GitHub
parent 6efa60083a
commit 6fae0abaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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