Browse Source

Upgrade to MSSQL JDBC 9.4.1.jre8

Closes gh-29068
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
3bbc4649b7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save