diff --git a/build.sbt b/build.sbt index 00de5339..bb64cca1 100644 --- a/build.sbt +++ b/build.sbt @@ -140,7 +140,7 @@ libraryDependencies ++= Seq( "org.jboss.spec.javax.ws.rs" % "jboss-jaxrs-api_2.1_spec" % "2.0.2.Final", "org.postgresql" % "postgresql" % "42.7.4", - "io.zonky.test.postgres" % "embedded-postgres-binaries-bom" % "16.6.0" % Test pomOnly(), + "io.zonky.test.postgres" % "embedded-postgres-binaries-bom" % "16.8.0" % Test pomOnly(), "io.zonky.test" % "embedded-postgres" % "2.1.0" % Test, "org.scalatest" %% "scalatest" % "3.2.18" % Test,