Skip to content

Commit d1a03cb

Browse files
Update sqlite-jdbc to 3.47.1.0 (#3142)
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
1 parent ee30130 commit d1a03cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ lazy val jdbcTestingLibraries = Seq(
535535
"com.mysql" % "mysql-connector-j" % "9.1.0" % Test,
536536
"com.h2database" % "h2" % "2.3.232" % Test,
537537
"org.postgresql" % "postgresql" % "42.7.4" % Test,
538-
"org.xerial" % "sqlite-jdbc" % "3.47.0.0" % Test,
538+
"org.xerial" % "sqlite-jdbc" % "3.47.1.0" % Test,
539539
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,
540540
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
541541
"org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test

0 commit comments

Comments
 (0)