From 95fe0de08c32396c2bacc23d19a5771406b63899 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:23:48 +0000 Subject: [PATCH] Update h2 to 2.2.224 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11581c9771..c56e9c7df5 100644 --- a/build.sbt +++ b/build.sbt @@ -699,7 +699,7 @@ lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( "com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "*"), "com.mysql" % "mysql-connector-j" % "8.1.0" % Test, - "com.h2database" % "h2" % "2.1.214" % Test, + "com.h2database" % "h2" % "2.2.224" % Test, "org.postgresql" % "postgresql" % "42.6.0" % Test, "org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test, "com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre8" % Test,