Skip to content

Commit dec79c3

Browse files
Update dependency org.postgresql:postgresql to v42.7.8
1 parent 275d875 commit dec79c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.19" % Test,
15-
"org.postgresql" % "postgresql" % "42.7.4" % Test
15+
"org.postgresql" % "postgresql" % "42.7.8" % Test
1616
)
1717

1818
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)