From 5006420d15809bf867543b8783ec33c81a8908cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:34 +0200 Subject: [PATCH] Upgrade to Commons Pool2 2.11.1 Closes gh-28001 --- 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 fb62b372ea..76547e220e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -211,7 +211,7 @@ bom { ] } } - library("Commons Pool2", "2.11.0") { + library("Commons Pool2", "2.11.1") { group("org.apache.commons") { modules = [ "commons-pool2"