We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a989283 commit 9925c90Copy full SHA for 9925c90
build.sbt
@@ -535,7 +535,7 @@ lazy val jdbcTestingLibraries = Seq(
535
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
536
"com.h2database" % "h2" % "2.3.232" % Test,
537
"org.postgresql" % "postgresql" % "42.7.4" % Test,
538
- "org.xerial" % "sqlite-jdbc" % "3.46.1.3" % Test,
+ "org.xerial" % "sqlite-jdbc" % "3.47.0.0" % Test,
539
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,
540
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
541
"org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test
0 commit comments