Upgrade to MSSQL JDBC 12.6.3.jre11

Closes gh-41396
This commit is contained in:
Andy Wilkinson
2024-07-09 12:36:50 +01:00
parent 54b7cd9ab5
commit d9b0054f86

View File

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