Browse Source

Upgrade to MSSQL JDBC 11.2.3.jre17

Closes gh-33905
pull/33663/merge
Andy Wilkinson 3 years ago
parent
commit
4211b8e716
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -983,7 +983,7 @@ bom { @@ -983,7 +983,7 @@ bom {
]
}
}
library("MSSQL JDBC", "11.2.2.jre17") {
library("MSSQL JDBC", "11.2.3.jre17") {
prohibit {
endsWith([".jre8", ".jre11", ".jre18"])
because "we use the .jre17 version"

Loading…
Cancel
Save