From 51cf0a4c68a69ff1814a725612d52fd1d910065b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 17 May 2026 15:32:00 +0000 Subject: [PATCH] h2 2.3.232 (was 2.3.230) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 839e5fde..f6e2a6c1 100644 --- a/build.sbt +++ b/build.sbt @@ -227,7 +227,7 @@ lazy val `anorm-core` = project Seq( "org.scala-lang.modules" %% "scala-parser-combinators" % parserCombinatorsVer.value, "org.scala-lang.modules" %% "scala-xml" % xmlVer % Test, - "com.h2database" % "h2" % "2.3.230" % Test, + "com.h2database" % "h2" % "2.3.232" % Test, acolyte ) ++ specs2Test }, @@ -343,7 +343,7 @@ lazy val `anorm-joda` = project libraryDependencies ++= Seq( "joda-time" % "joda-time" % "2.14.2", "org.joda" % "joda-convert" % "3.0.1", - "com.h2database" % "h2" % "2.3.230" % Test, + "com.h2database" % "h2" % "2.3.232" % Test, acolyte ) ++ specs2Test ) ++ licensing