Upgrade to MSSQL JDBC 12.6.4.jre11

Closes gh-42258
This commit is contained in:
Andy Wilkinson 2024-09-11 13:27:21 +01:00
parent a08d173b99
commit 2975661b41
1 changed files with 1 additions and 1 deletions

View File

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