diff --git a/build.sbt b/build.sbt index 87a990fb..79c4234c 100644 --- a/build.sbt +++ b/build.sbt @@ -267,7 +267,7 @@ lazy val jdbcTestingLibraries = Seq( "com.zaxxer" % "HikariCP" % "5.1.0" exclude("org.slf4j", "*"), // In 8.0.22 error happens: Conversion from java.time.OffsetDateTime to TIMESTAMP is not supported "com.mysql" % "mysql-connector-j" % "9.0.0" % Test, - "com.h2database" % "h2" % "2.3.230" % Test, + "com.h2database" % "h2" % "2.3.232" % Test, // In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported "org.postgresql" % "postgresql" % "42.7.3" % Test, "org.xerial" % "sqlite-jdbc" % "3.46.0.0" % Test,