We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6463ad commit 40a0424Copy full SHA for 40a0424
1 file changed
build.sbt
@@ -120,7 +120,7 @@ lazy val common = project
120
"org.tpolecat" %% "doobie-h2" % doobieVersion % Test,
121
"com.gu" %% "mobile-logstash-encoder" % "1.1.8",
122
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
123
- "org.postgresql" % "postgresql" % "42.7.7",
+ "org.postgresql" % "postgresql" % "42.7.8",
124
"ch.qos.logback" % "logback-core" % logbackVersion,
125
"ch.qos.logback" % "logback-classic" % logbackVersion,
126
),
0 commit comments