Browse Source

Upgrade to MSSQL JDBC 12.4.2.jre11

Closes gh-38140
pull/38153/head
Andy Wilkinson 2 years ago
parent
commit
719545d9ab
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1031,7 +1031,7 @@ bom { @@ -1031,7 +1031,7 @@ bom {
]
}
}
library("MSSQL JDBC", "12.4.1.jre11") {
library("MSSQL JDBC", "12.4.2.jre11") {
prohibit {
endsWith([".jre8", "-preview"])
because "we use the non-preview .jre11 version"

Loading…
Cancel
Save