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 2fc90f976b fix(deps): update dependency
org.apache.commons:commons-lang3 to v3.14.0
2fc90f976b is described below
commit 2fc90f976b28e4dfe70d76c8d5362c75ddd454ce
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 17:15:58 2023 +0000
fix(deps): update dependency org.apache.commons:commons-lang3 to v3.14.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 0ae0112667..2156f313e2 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -96,7 +96,7 @@ dependencies {
api("org.apache.commons:commons-dbcp2:2.9.0")
api("org.apache.commons:commons-jexl3:3.2.1")
api("org.apache.commons:commons-jexl:2.1.1")
- api("org.apache.commons:commons-lang3:3.12.0")
+ 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-text:1.11.0")