From d72b61ac6c89648bfebc7605fddd4fbcdf6f4867 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:05 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.4.0 Closes gh-22794 --- 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 2766377cfb..16d0602bc1 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.0.0") { + library("DB2 JDBC", "11.5.4.0") { group("com.ibm.db2") { modules = [ "jcc"