Browse Source

Upgrade to MSSQL JDBC 10.2.1.jre17

Closes gh-31052
pull/31057/head
Andy Wilkinson 4 years ago
parent
commit
c1f2ff7e12
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save