From 719545d9ab3422ffa8a4d86131dca898d2496449 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:40:48 +0000 Subject: [PATCH] Upgrade to MSSQL JDBC 12.4.2.jre11 Closes gh-38140 --- 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 138e3337377..da0884aa445 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1031,7 +1031,7 @@ bom { ] } } - library("MSSQL JDBC", "12.4.1.jre11") { + library("MSSQL JDBC", "12.4.2.jre11") { prohibit { endsWith([".jre8", "-preview"]) because "we use the non-preview .jre11 version"