From 5d1c4448be5cc527ae9e4e98cdbb81a45a76a3db Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:26:44 +0100 Subject: [PATCH] Upgrade to MSSQL JDBC 10.2.0.jre17 Closes gh-30963 --- 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 02eb214c4db..a61a0db05ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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"