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 047a6fbe69 fix(deps): update dependency commons-net:commons-net to
v3.10.0
047a6fbe69 is described below
commit 047a6fbe69a366c0ed814fb6ca1f8c69619caa2b
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 16:27:45 2023 +0000
fix(deps): update dependency commons-net:commons-net to v3.10.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 787544705f..d533721a63 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -67,7 +67,7 @@ dependencies {
api("commons-io:commons-io:2.15.0")
api("commons-lang:commons-lang:2.6")
api("commons-logging:commons-logging:1.2")
- api("commons-net:commons-net:3.9.0")
+ api("commons-net:commons-net:3.10.0")
api("dnsjava:dnsjava:2.1.9")
api("io.burt:jmespath-core:0.5.1")
api("io.burt:jmespath-jackson:0.5.1")