Upgrade to MSSQL JDBC 12.8.1.jre11

Closes gh-42237
This commit is contained in:
Andy Wilkinson
2024-09-11 11:18:25 +01:00
parent dc301d33e8
commit 8b4d66d10e

View File

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