From 21068a5bc40c1a8003f00f326697fae1b6b0990c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Jan 2023 09:49:47 +0000 Subject: [PATCH] Upgrade to MSSQL JDBC 10.2.3.jre8 Closes gh-33889 --- 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 cfc4a1cd3c..0d777f404d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("MSSQL JDBC", "10.2.2.jre8") { + library("MSSQL JDBC", "10.2.3.jre8") { prohibit { endsWith ".jre8-preview" }