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 d3dcc82c75 fix(deps): update dependency
commons-logging:commons-logging to v1.3.5
d3dcc82c75 is described below
commit d3dcc82c755b6732c15b3191ff9826248111ebb8
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Mar 3 06:23:17 2025 +0000
fix(deps): update dependency commons-logging:commons-logging to v1.3.5
---
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 bb5571de7a..6d54246c2b 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
api("commons-collections:commons-collections:3.2.2")
api("commons-io:commons-io:2.15.1")
api("commons-lang:commons-lang:2.6")
- api("commons-logging:commons-logging:1.3.0")
+ api("commons-logging:commons-logging:1.3.5")
api("commons-net:commons-net:3.10.0")
api("dnsjava:dnsjava:2.1.9")
api("io.burt:jmespath-core:0.6.0")