diff --git a/build.sbt b/build.sbt
index 2bddd7f..f285903 100644
--- a/build.sbt
+++ b/build.sbt
@@ -62,8 +62,8 @@
   "org.scalatra"                   %% "scalatra-scalatest-javax" % ScalatraVersion % "test",
   "org.mockito"                     % "mockito-core"             % "5.12.0"        % "test",
   "com.dimafeng"                   %% "testcontainers-scala"     % "0.41.4"        % "test",
-  "org.testcontainers"              % "mysql"                    % "1.20.0"        % "test",
-  "org.testcontainers"              % "postgresql"               % "1.20.0"        % "test",
+  "org.testcontainers"              % "mysql"                    % "1.20.1"        % "test",
+  "org.testcontainers"              % "postgresql"               % "1.20.1"        % "test",
   "net.i2p.crypto"                  % "eddsa"                    % "0.3.0",
   "is.tagomor.woothee"              % "woothee-java"             % "1.11.0",
   "org.ec4j.core"                   % "ec4j-core"                % "0.3.0",