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 cd4c55ca29 fix(deps): update dependency commons-io:commons-io to
v2.21.0
cd4c55ca29 is described below
commit cd4c55ca29fc3b974f541c26c5b5483ef31b0e21
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Nov 8 17:45:02 2025 +0000
fix(deps): update dependency commons-io:commons-io to v2.21.0
---
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 5700e573a3..aa8209445c 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
api("com.thoughtworks.xstream:xstream:1.4.21")
api("commons-codec:commons-codec:1.20.0")
api("commons-collections:commons-collections:3.2.2")
- api("commons-io:commons-io:2.20.0") {
+ api("commons-io:commons-io:2.21.0") {
because("User might still rely on commons-io")
}
api("commons-lang:commons-lang:2.6") {