Upgrade to MSSQL JDBC 13.2.0.jre11

Closes gh-46897
This commit is contained in:
Stéphane Nicoll 2025-08-19 09:19:33 +02:00
parent 9e71f97fd9
commit c64c812680
1 changed files with 1 additions and 1 deletions

View File

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