From 4f6f44082bb58f7928b2fe05b78f109572970a54 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:16:47 +0100 Subject: [PATCH] Update h2 to 2.3.230 (#3061) Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Juliano Alves --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 588d03e38..c07445045 100644 --- a/build.sbt +++ b/build.sbt @@ -533,7 +533,7 @@ lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( "com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "*"), "com.mysql" % "mysql-connector-j" % "9.0.0" % Test, - "com.h2database" % "h2" % "2.2.224" % Test, + "com.h2database" % "h2" % "2.3.230" % Test, "org.postgresql" % "postgresql" % "42.7.3" % Test, "org.xerial" % "sqlite-jdbc" % "3.46.0.0" % Test, "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,