From 70c3bceb64d83e6d0d26c1fd947f7525158e8863 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:22:43 +0000 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.9.0 Closes gh-38436 --- 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 3245b6f6a2b..e5ded668c4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -178,7 +178,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.8.0") { + library("DB2 JDBC", "11.5.9.0") { group("com.ibm.db2") { modules = [ "jcc"