From 5d43c76ee30bb008e0f7f1fb24b73da685585808 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 16 Aug 2024 01:50:07 +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 93a20d8..a3e04d2 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ libraryDependencies ++= Seq( "org.testcontainers" % "mysql" % "1.20.1" % "test", "com.mysql" % "mysql-connector-j" % "9.0.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.7" % "test" )