Skip to content

Commit

Permalink
Update sqlite-jdbc to 3.45.3.0 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] committed Apr 17, 2024
1 parent 6625a39 commit 5934324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,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.7.3" % Test,
"org.xerial" % "sqlite-jdbc" % "3.45.2.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.45.3.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,
Expand Down

0 comments on commit 5934324

Please sign in to comment.