From c80c08d7bd846462c2af922c313e96d3b6b1a0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Feb 2025 12:28:08 +0100 Subject: [PATCH] Upgrade to Commons Pool2 2.12.1 Closes gh-44138 --- 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 e9e32fd436..5e9896492b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -244,7 +244,7 @@ bom { ] } } - library("Commons Pool2", "2.12.0") { + library("Commons Pool2", "2.12.1") { group("org.apache.commons") { modules = [ "commons-pool2"