From 3a51846ffa96878a24d112ed903bee6ad2368c5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 00:16:17 +0000 Subject: [PATCH] Update h2 to 2.3.232 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2f517318..33f252f12 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.3.230" % Test, + "com.h2database" % "h2" % "2.3.232" % Test, "org.postgresql" % "postgresql" % "42.7.3" % Test, "org.xerial" % "sqlite-jdbc" % "3.46.0.1" % Test, "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,