Skip to content

Commit

Permalink
Upgrade to MSSQL JDBC 10.2.2.jre8
Browse files Browse the repository at this point in the history
Closes gh-33578
  • Loading branch information
philwebb committed Dec 21, 2022
1 parent 7238ddd commit 8472d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1314,7 +1314,7 @@ bom {
]
}
}
library("MSSQL JDBC", "10.2.1.jre8") {
library("MSSQL JDBC", "10.2.2.jre8") {
group("com.microsoft.sqlserver") {
modules = [
"mssql-jdbc"
Expand Down

0 comments on commit 8472d7e

Please sign in to comment.