Browse Source

Upgrade to MSSQL JDBC 10.2.0.jre17

Closes gh-30963
pull/30984/head
Andy Wilkinson 4 years ago
parent
commit
5d1c4448be
  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.jre8") {
library("MSSQL JDBC", "10.2.0.jre17") {
group("com.microsoft.sqlserver") {
modules = [
"mssql-jdbc"

Loading…
Cancel
Save