From 607508945cabad779512e30d617e1c803ca1c4ef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:10 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.7.0 Closes gh-29208 --- 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 6bad5afdda..afd4bcbfd7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -228,7 +228,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.6.0") { + library("DB2 JDBC", "11.5.7.0") { group("com.ibm.db2") { modules = [ "jcc"