Upgrade to MSSQL JDBC 12.10.0.jre11

Closes gh-44783
This commit is contained in:
Andy Wilkinson
2025-03-19 08:29:38 +00:00
parent 438f7c1697
commit bc79b35019

View File

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