From eb7f9ff050d849729cbddbdd2a082b2004461907 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 07:09:18 +0000 Subject: [PATCH] Update dependency org.apache.commons:commons-pool2 to v2.12.0 --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index ab10d785..21d1701f 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -41,7 +41,7 @@ configurations { documentation.extendsFrom compileClasspath all { resolutionStrategy { - force 'org.apache.commons:commons-pool2:2.11.1' + force 'org.apache.commons:commons-pool2:2.12.0' } } }