diff --git a/build.sbt b/build.sbt index f857620d..43eed1d5 100644 --- a/build.sbt +++ b/build.sbt @@ -271,7 +271,7 @@ lazy val jdbcTestingLibraries = Seq( "com.h2database" % "h2" % "2.2.224" % Test, // In 42.2.18 error happens: PSQLException: conversion to class java.time.OffsetTime from timetz not supported "org.postgresql" % "postgresql" % "42.6.0" % Test, - "org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test, + "org.xerial" % "sqlite-jdbc" % "3.44.0.0" % Test, // In 7.1.1-jre8-preview error happens: The conversion to class java.time.OffsetDateTime is unsupported. "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test, "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,