From 3bd9ef31c6819fbf4fb84ea4c8ee8646cf3073a0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jan 2025 15:55:14 +0000 Subject: [PATCH] Upgrade to Commons DBCP2 2.13.0 Closes gh-43668 --- 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 aa2845d2b6b..8ea10ad8c37 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -213,7 +213,7 @@ bom { releaseNotes("https://commons.apache.org/proper/commons-codec/changes-report.html#a{version}") } } - library("Commons DBCP2", "2.12.0") { + library("Commons DBCP2", "2.13.0") { group("org.apache.commons") { modules = [ "commons-dbcp2" {