Skip to content

Commit

Permalink
chore(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to …
Browse files Browse the repository at this point in the history
…v11.2.2.x86
  • Loading branch information
renovate[bot] authored Dec 20, 2022
1 parent fa404f0 commit 336cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CommonSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object CommonSettings extends AutoPlugin {
lazy val platformSwing = LocalProject("com_tle_platform_swing")
lazy val platformEquella = LocalProject("com_tle_platform_equella")
lazy val postgresDep = "org.postgresql" % "postgresql" % "42.5.1"
lazy val sqlServerDep = "com.microsoft.sqlserver" % "mssql-jdbc" % "11.2.1.jre8"
lazy val sqlServerDep = "com.microsoft.sqlserver" % "mssql-jdbc" % "11.2.2.x86"

lazy val log4jVersion = "2.19.0"
lazy val log4j = "org.apache.logging.log4j" % "log4j" % log4jVersion
Expand Down

0 comments on commit 336cf05

Please sign in to comment.