Browse Source

Upgrade to MSSQL JDBC 13.2.0.jre11

Closes gh-46897
pull/46914/head
Stéphane Nicoll 5 months ago
parent
commit
c64c812680
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -1578,7 +1578,7 @@ bom { @@ -1578,7 +1578,7 @@ bom {
releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}")
}
}
library("MSSQL JDBC", "12.10.1.jre11") {
library("MSSQL JDBC", "13.2.0.jre11") {
prohibit {
endsWith(".jre8")
because "we want to use the jre11 version"

Loading…
Cancel
Save