From 1aafc870221ad8814eb0030785ee208dc0e11d65 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:42 +0200 Subject: [PATCH] Upgrade to Commons DBCP2 2.8.0 Closes gh-23641 --- 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 2b7bc04c4d..ed0251887b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -186,7 +186,7 @@ bom { ] } } - library("Commons DBCP2", "2.7.0") { + library("Commons DBCP2", "2.8.0") { group("org.apache.commons") { modules = [ "commons-dbcp2" {