From 1db1d222d57fc6a779322458174ea853c81151bc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 May 2026 16:40:08 +0000 Subject: [PATCH] h2 2.4.240 (was 2.3.232) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f6e2a6c1..3b15c2b3 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.232" % Test, + "com.h2database" % "h2" % "2.4.240" % 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.232" % Test, + "com.h2database" % "h2" % "2.4.240" % Test, acolyte ) ++ specs2Test ) ++ licensing