Skip to content

Commit c803662

Browse files
authored
Merge pull request #1550 from guardian/update/postgresql-42.7.8
Update postgresql to 42.7.8
2 parents e1f1c65 + cf28264 commit c803662

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
@@ -119,7 +119,7 @@ lazy val common = project
119119
"org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test,
120120
"org.tpolecat" %% "doobie-h2" % doobieVersion % Test,
121121
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
122-
"org.postgresql" % "postgresql" % "42.7.7",
122+
"org.postgresql" % "postgresql" % "42.7.8",
123123
"ch.qos.logback" % "logback-core" % logbackVersion,
124124
"ch.qos.logback" % "logback-classic" % logbackVersion,
125125
"net.logstash.logback" % "logstash-logback-encoder" % "8.1"

0 commit comments

Comments
 (0)