From a6a5880e93091f98ccdda1c6bbbfa93032ea5a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 20 Jul 2026 10:47:32 +0200 Subject: [PATCH] Upgrade to DB2 JDBC 12.1.5.0 Closes gh-51005 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 5550f70c1f6..1ca82f1edec 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -347,7 +347,7 @@ bom { releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}") } } - library("DB2 JDBC", "12.1.4.0") { + library("DB2 JDBC", "12.1.5.0") { group("com.ibm.db2") { modules = [ "jcc"