From 3ffdf4cb0d786c047afe5a8f54ebd8ee33327372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 12 Nov 2025 15:14:51 +0100 Subject: [PATCH] Upgrade to DB2 JDBC 12.1.3.0 Closes gh-48083 --- 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 ded10341e73..8bbe34e500d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -303,7 +303,7 @@ bom { releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}") } } - library("DB2 JDBC", "12.1.2.0") { + library("DB2 JDBC", "12.1.3.0") { group("com.ibm.db2") { modules = [ "jcc"