Skip to content

Commit

Permalink
Update mssql-jdbc to 7.4.1.jre12
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-scala-steward[bot] committed Oct 1, 2023
1 parent 6ee5361 commit 27e49a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.jre12" % Test,
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test
)
)

Expand Down

0 comments on commit 27e49a2

Please sign in to comment.