From 3d678f49caf0e658660da8f23902301b781dd7d0 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 4 Feb 2025 12:05:58 -0800 Subject: [PATCH] Upgrade to DB2 JDBC 12.1.0.0 Closes gh-44075 --- 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 a2996a3279..878560a855 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -283,7 +283,7 @@ bom { releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}") } } - library("DB2 JDBC", "11.5.9.0") { + library("DB2 JDBC", "12.1.0.0") { group("com.ibm.db2") { modules = [ "jcc"