Skip to content

Commit bb5f5f4

Browse files
build: Update postgresql from 42.2.23 to 42.2.24
1 parent 909c8b1 commit bb5f5f4

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.2.23"
55+
val postgresql = "org.postgresql" % "postgresql" % "42.2.24"
5656
}
5757

5858
object elasticsearch {

0 commit comments

Comments
 (0)