Skip to content

Commit a952b21

Browse files
bump: postgresql 42.7.6 (was 42.7.5) (#920)
1 parent dcf9a65 commit a952b21

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
@@ -14,7 +14,7 @@ object Dependencies {
1414
val ScalaTestVersion = "3.2.19"
1515

1616
val JdbcDrivers = Seq(
17-
"org.postgresql" % "postgresql" % "42.7.5",
17+
"org.postgresql" % "postgresql" % "42.7.6",
1818
"com.h2database" % "h2" % "2.3.232",
1919
"com.mysql" % "mysql-connector-j" % "9.3.0",
2020
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre8")

0 commit comments

Comments
 (0)