From 958c6649f42b4e1ffde96ceb0a83d5f22e355e47 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jul 2021 18:44:03 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.6.0 Closes gh-27196 --- 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 c0cdbc4da0..17bf5efe72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -222,7 +222,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.5.0") { + library("DB2 JDBC", "11.5.6.0") { group("com.ibm.db2") { modules = [ "jcc"