From 8b95b3a5371f40d18242e01599f9385d8b6ca5a9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:04 +0100 Subject: [PATCH] Upgrade to Commons Pool2 2.8.1 Closes gh-22793 --- 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 65f40dfb75..2766377cfb 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.0") { + library("Commons Pool2", "2.8.1") { group("org.apache.commons") { modules = [ "commons-pool2"