From dfae03704b6200514ad6e1770ba6a4eb2e47ad8f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 15:22:18 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.5.0 Closes gh-24369 --- 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 b3c14e693c6c..058a600fe375 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -223,7 +223,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.4.0") { + library("DB2 JDBC", "11.5.5.0") { group("com.ibm.db2") { modules = [ "jcc"