From 1f33d89b4f65c20243f182075ed7f12c214df90b Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:38:20 +0000 Subject: [PATCH] Update h2 to 1.4.200 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7dad5d..0eabb3f 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies ++= Seq( "org.testcontainers" % "mysql" % "1.19.6" % "test", "com.mysql" % "mysql-connector-j" % "8.3.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test", - "com.h2database" % "h2" % "1.4.192" % "test", + "com.h2database" % "h2" % "1.4.200" % "test", "ch.qos.logback" % "logback-classic" % "1.5.2" % "test" )