From e3662923511c8c6f14c5c2d0cf1d6929e45cb6ba Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:46:30 +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 0287715..f533f12 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= Seq( "org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test", "com.mysql" % "mysql-connector-j" % "9.5.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", - "com.h2database" % "h2" % "1.4.192" % "test", + "com.h2database" % "h2" % "1.4.200" % "test", "ch.qos.logback" % "logback-classic" % "1.5.21" % "test" )