This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 61a24e1714 fix(deps): update dependency
org.apache.commons:commons-pool2 to v2.12.1
61a24e1714 is described below
commit 61a24e171422232afcb0f0b03ff3b70f60f67b69
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jun 16 03:10:12 2025 +0000
fix(deps): update dependency org.apache.commons:commons-pool2 to v2.12.1
---
src/bom-thirdparty/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index b6616c8d27..c5244e4d79 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -98,7 +98,7 @@ dependencies {
api("org.apache.commons:commons-jexl:2.1.1")
api("org.apache.commons:commons-lang3:3.14.0")
api("org.apache.commons:commons-math3:3.6.1")
- api("org.apache.commons:commons-pool2:2.12.0")
+ api("org.apache.commons:commons-pool2:2.12.1")
api("org.apache.commons:commons-text:1.11.0")
api("org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1")
api("org.apache.httpcomponents.client5:httpclient5:5.3")