Skip to content

Commit 25ffe40

Browse files
chore(deps): Update dependency org.postgresql:postgresql to v42.7.8 (#1762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4562bce commit 25ffe40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object Dependencies {
5252
}
5353

5454
object postgresql {
55-
val postgresql = "org.postgresql" % "postgresql" % "42.7.7"
55+
val postgresql = "org.postgresql" % "postgresql" % "42.7.8"
5656
}
5757

5858
object elasticsearch {

0 commit comments

Comments
 (0)