From 2770326356f6ef64bba96d99100052541e49ed69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 05:20:46 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.5.0 Closes gh-24383 --- 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 ac74e665063f..5a912d56e06f 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"