Browse Source

Upgrade to MSSQL JDBC 12.8.2.jre11

Closes gh-47607
pull/47676/head
Stéphane Nicoll 2 months ago
parent
commit
fa6d5dbee5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1532,7 +1532,7 @@ bom { @@ -1532,7 +1532,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.8.2.jre11") {
prohibit {
endsWith(".jre8")
because "we want to use the jre11 version"

Loading…
Cancel
Save