From 5141ad568c7b45b4d739987a7cc7952d35f0dc32 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2023 17:47:52 -0800 Subject: [PATCH] Upgrade to DB2 JDBC 11.5.9.0 Closes gh-38408 --- 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 cf96979e3ea..4132eee09e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -221,7 +221,7 @@ bom { ] } } - library("DB2 JDBC", "11.5.8.0") { + library("DB2 JDBC", "11.5.9.0") { group("com.ibm.db2") { modules = [ "jcc"