From f395f294c29077d00d4a48a65b9bee8929939bc7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Apr 2022 02:31:46 +0200 Subject: [PATCH] Update elasticsearch, postgresql to 1.17.1 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 364c7d599..a70c3ff27 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34") addSbtPlugin("ch.epfl.scala" % "sbt-github-dependency-graph" % "0.1.0-M4") libraryDependencies ++= Seq( - "org.testcontainers" % "postgresql" % "1.16.3", - "org.testcontainers" % "elasticsearch" % "1.16.3", + "org.testcontainers" % "postgresql" % "1.17.1", + "org.testcontainers" % "elasticsearch" % "1.17.1", "org.tpolecat" %% "doobie-postgres" % "0.13.4" )