From 8323cf3db63a95a0bcc44a79fd5096cbb6279d62 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 15:42:19 +0200 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.8.0 Closes gh-34906 --- 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 5159ebd3b5..55f16646aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -254,7 +254,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.7.0") { + library("DB2 JDBC", "11.5.8.0") { group("com.ibm.db2") { modules = [ "jcc"