From 47e6063533d17dfcda8da3b1bcf70045a46e4990 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:01:50 +0000 Subject: [PATCH] Upgrade to Commons Pool2 2.9.0 Closes gh-23889 --- 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 7c05e412a9..773db06ba8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -209,7 +209,7 @@ bom { ] } } - library("Commons Pool2", "2.8.1") { + library("Commons Pool2", "2.9.0") { group("org.apache.commons") { modules = [ "commons-pool2"