Upgrade to MSSQL JDBC 12.6.2.jre11

Closes gh-41074
This commit is contained in:
Andy Wilkinson 2024-06-11 15:13:55 +01:00
parent 2e6dcc495e
commit 4a53df9854

View File

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