From d02781fb342e6528128ace5ce4505984ce98b823 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 Nov 2024 19:10:40 +0000 Subject: [PATCH] Update embedded-postgres-binaries-bom to 16.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 57743ca..9ab69a5 100644 --- a/build.sbt +++ b/build.sbt @@ -142,7 +142,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.4.0" % Test pomOnly(), + "io.zonky.test.postgres" % "embedded-postgres-binaries-bom" % "16.6.0" % Test pomOnly(), "io.zonky.test" % "embedded-postgres" % "2.0.7" % Test, "org.scalatest" %% "scalatest" % "3.2.18" % Test,