From 3244f9f80adc3c4b204c7ec8566cf82d970bb7f6 Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:14:03 +0000 Subject: [PATCH] Update mssql-jdbc to 7.4.1.jre11 --- build.sbt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sbt b/build.sbt index ee6b0b4afd..602d6b356c 100644 --- a/build.sbt +++ b/build.sbt @@ -554,13 +554,13 @@ lazy val `quill-orientdb` = lazy val jdbcTestingLibraries = Seq( libraryDependencies ++= Seq( "com.zaxxer" % "HikariCP" % "5.0.1" exclude ("org.slf4j", "*"), - "com.mysql" % "mysql-connector-j" % "8.1.0" % Test, - "com.h2database" % "h2" % "2.2.224" % Test, - "org.postgresql" % "postgresql" % "42.6.0" % Test, - "org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test, - "com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre11" % Test, - "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test, - "org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test + "com.mysql" % "mysql-connector-j" % "8.1.0" % Test, + "com.h2database" % "h2" % "2.2.224" % Test, + "org.postgresql" % "postgresql" % "42.6.0" % Test, + "org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test, + "com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test, + "com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test, + "org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test ) )