From 488c8fb8fcb4a7bd3f21d9b08292c5c7e185fb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:22:57 +0000 Subject: [PATCH] Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 --- updated-dependencies: - dependency-name: org.apache.commons:commons-pool2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 35c9d41a..24aba89a 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ ext { assertkVersion = '0.28.1' awaitilityVersion = '4.2.2' commonsHttpClientVersion = '5.4.1' - commonsPoolVersion = '2.12.0' + commonsPoolVersion = '2.12.1' hamcrestVersion = '3.0' hibernateValidationVersion = '8.0.2.Final' jacksonBomVersion = '2.18.2'