diff --git a/build.sbt b/build.sbt
index c74c5fb..d189457 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
   "com.typesafe.akka" %% "akka-http"      % "10.2.6",
   "com.typesafe.akka" %% "akka-stream"    % "2.6.16",
   "javax.xml.bind"     % "jaxb-api"       % "2.3.1",
-  "org.testcontainers" % "testcontainers" % "1.16.1"    % Test,
+  "org.testcontainers" % "testcontainers" % "1.19.8"    % Test,
   "com.google.guava"   % "guava"          % "31.0.1-jre"  % Test,
   "org.scalatest"     %% "scalatest"      % "3.2.10"     % Test,
   "io.rest-assured"    % "rest-assured"   % "4.4.0"     % Test,