Skip to content

Commit 5a207be

Browse files
Update dependency org.postgresql:postgresql to v42.7.5
1 parent 47974d5 commit 5a207be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mergifyExtraConditions := Seq(
1212
libraryDependencies ++= List(
1313
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
1414
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test,
15-
"org.postgresql" % "postgresql" % "42.7.4" % Test
15+
"org.postgresql" % "postgresql" % "42.7.5" % Test
1616
)
1717

1818
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)