From 2406e48b5c52ed725053a7c14a0efc9c94aa6f2e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 14:23:47 +0100 Subject: [PATCH] Upgrade to MSSQL JDBC 10.2.0.jre8 Closes gh-29946 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 182971fe83..4bfd7dcc9b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1281,7 +1281,7 @@ bom { ] } } - library("MSSQL JDBC", "9.4.1.jre8") { + library("MSSQL JDBC", "10.2.0.jre8") { group("com.microsoft.sqlserver") { modules = [ "mssql-jdbc"