You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/28 19:35:20 UTC

[jmeter] branch master updated: fix(deps): update org.apache.logging.log4j to v2.20.0 (#5859)

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

commit aeb98ec9075f2e77f4963301e0331070117fbd0f
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Fri Apr 28 21:35:12 2023 +0200

    fix(deps): update org.apache.logging.log4j to v2.20.0 (#5859)
---
 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 a89fcf38a7..c3713af151 100644
--- a/src/bom-thirdparty/build.gradle.kts
+++ b/src/bom-thirdparty/build.gradle.kts
@@ -94,10 +94,10 @@ dependencies {
         api("org.apache.httpcomponents:httpcore-nio:4.4.15")
         api("org.apache.httpcomponents:httpcore:4.4.15")
         api("org.apache.httpcomponents:httpmime:4.5.13")
-        api("org.apache.logging.log4j:log4j-1.2-api:2.17.2")
-        api("org.apache.logging.log4j:log4j-api:2.17.2")
-        api("org.apache.logging.log4j:log4j-core:2.17.2")
-        api("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
+        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.rat:apache-rat:0.15")
         api("org.apache.tika:tika-core:1.28.5")
         api("org.apache.tika:tika-parsers:1.28.5")