From f474f045229455305961b69134dd0d8412a22a8d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 13 Mar 2024 08:45:45 +0000 Subject: [PATCH] Upgrade to Commons DBCP2 2.12.0 Closes gh-39918 --- 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 6460e51077..a0dcf51e40 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -249,7 +249,7 @@ bom { releaseNotes("https://commons.apache.org/proper/commons-codec/changes-report.html#a{version}") } } - library("Commons DBCP2", "2.11.0") { + library("Commons DBCP2", "2.12.0") { group("org.apache.commons") { modules = [ "commons-dbcp2" {