From 177fd6c53982c8c67d96e6d6a6af951fc822b7fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:22 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.7.0 Closes gh-29124 --- 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 acec44b087..7860600238 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -225,7 +225,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.6.0") { + library("DB2 JDBC", "11.5.7.0") { group("com.ibm.db2") { modules = [ "jcc"