From 341f9cf5fc65f93c1593c275d1ea9184aa0021ea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 12:11:47 +0100 Subject: [PATCH] Upgrade to MSSQL JDBC 12.6.3.jre11 Closes gh-41381 --- 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 610e635c55..492fc991b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1308,7 +1308,7 @@ bom { releaseNotes("https://github.com/mongodb/mongo-java-driver/releases/tag/r{version}") } } - library("MSSQL JDBC", "12.6.2.jre11") { + library("MSSQL JDBC", "12.6.3.jre11") { prohibit { endsWith(".jre8") because "we want to use the jre11 version"