From 8521a76533b533d6887321505c7b5e3d473b02ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:14:18 -0700 Subject: [PATCH] dependabot: bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 (#1088) Bumps org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-pool2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1c2c7bc9..677ebc2d3 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ dependencies { implementation group: 'com.yahoo.datasketches', name: 'sketches-core', version: '0.13.4' implementation group: 'com.yahoo.datasketches', name: 'memory', version: '0.12.2' implementation group: 'commons-lang', name: 'commons-lang', version: '2.6' - implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.11.1' + implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.12.0' implementation 'software.amazon.randomcutforest:randomcutforest-serialization:3.8.0' implementation 'software.amazon.randomcutforest:randomcutforest-parkservices:3.8.0' implementation 'software.amazon.randomcutforest:randomcutforest-core:3.8.0'