Browse Source

Upgrade to MSSQL JDBC 10.2.1.jre8

Closes gh-31048
pull/31139/head
Andy Wilkinson 4 years ago
parent
commit
41dc012d4a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1316,7 +1316,7 @@ bom { @@ -1316,7 +1316,7 @@ bom {
]
}
}
library("MSSQL JDBC", "10.2.0.jre8") {
library("MSSQL JDBC", "10.2.1.jre8") {
group("com.microsoft.sqlserver") {
modules = [
"mssql-jdbc"

Loading…
Cancel
Save