diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ece8178..45bd367 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -48,7 +48,7 @@ object Dependencies { "org.apache.cxf" % "cxf-rt-frontend-jaxws" % Versions.CXF % Test, "org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test, "com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove - "com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test, + "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test, "org.scalatest" %% "scalatest" % "3.2.18" % Test, ) }