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 8ba840a73f fix(deps): update org.apache.logging.log4j to v2.22.0
8ba840a73f is described below
commit 8ba840a73fbe30567a1ab6b5c8171de91c575d3f
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Nov 24 16:31:27 2023 +0000
fix(deps): update org.apache.logging.log4j to v2.22.0
---
src/bom-thirdparty/build.gradle.kts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/bom-thirdparty/build.gradle.kts
b/src/bom-thirdparty/build.gradle.kts
index 1c29355216..f2bf539cc1 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -107,10 +107,10 @@ dependencies {
api("org.apache.httpcomponents:httpcore-nio:4.4.16")
api("org.apache.httpcomponents:httpcore:4.4.16")
api("org.apache.httpcomponents:httpmime:4.5.14")
- api("org.apache.logging.log4j:log4j-1.2-api:2.20.0")
- api("org.apache.logging.log4j:log4j-api:2.20.0")
- api("org.apache.logging.log4j:log4j-core:2.20.0")
- api("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
+ api("org.apache.logging.log4j:log4j-1.2-api:2.22.0")
+ api("org.apache.logging.log4j:log4j-api:2.22.0")
+ api("org.apache.logging.log4j:log4j-core:2.22.0")
+ api("org.apache.logging.log4j:log4j-slf4j-impl:2.22.0")
api("org.apache.rat:apache-rat:0.15")
api("org.apache.tika:tika-core:1.28.5")
api("org.apache.tika:tika-parsers:1.28.5")