This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git
The following commit(s) were added to refs/heads/master by this push:
new ba70b5d Bump log4j-core from 2.9.0 to 2.17.1 (#43)
ba70b5d is described below
commit ba70b5dcca3841ba3ad09970d636bb2565490d9a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 26 16:11:32 2022 +0800
Bump log4j-core from 2.9.0 to 2.17.1 (#43)
Bumps log4j-core from 2.9.0 to 2.17.1.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5a3bc0a..6c4ca34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<lombok.version>1.18.10</lombok.version>
<snakeyaml.version>1.24</snakeyaml.version>
<slf4j.version>1.7.25</slf4j.version>
- <log4j.version>2.9.0</log4j.version>
+ <log4j.version>2.17.1</log4j.version>
<netty.version>4.1.42.Final</netty.version>
<jetty.version>9.4.2.v20170220</jetty.version>
<netty-tcnative-boringssl-static.version>2.0.26.Final</netty-tcnative-boringssl-static.version>