From da6f278dff50f9054a8e57bad513e8b51c2b3cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:49:11 +0200 Subject: [PATCH] Upgrade to MSSQL JDBC 13.6.0.jre11 Closes gh-51690 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 19be4740e74..3277df44b0a 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { } } } - library("MSSQL JDBC", "13.4.0.jre11") { + library("MSSQL JDBC", "13.6.0.jre11") { prohibit { endsWith(".jre8") because "we want to use the jre11 version"