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 c7a41e09b1 fix(deps): update org.apache.logging.log4j to v2.22.1
c7a41e09b1 is described below

commit c7a41e09b1dbe54100587aa812843780eaabda4c
Author: Mend Renovate <[email protected]>
AuthorDate: Wed Dec 27 14:11:17 2023 +0000

    fix(deps): update org.apache.logging.log4j to v2.22.1
---
 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 aa704dc7f2..5a91e9dd43 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.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.logging.log4j:log4j-1.2-api:2.22.1")
+        api("org.apache.logging.log4j:log4j-api:2.22.1")
+        api("org.apache.logging.log4j:log4j-core:2.22.1")
+        api("org.apache.logging.log4j:log4j-slf4j-impl:2.22.1")
         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")

Reply via email to