This is an automated email from the ASF dual-hosted git repository.
tzssangglass pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git
The following commit(s) were added to refs/heads/main by this push:
new 0d15720 chore: upgrade log4j2 version to 2.17.1 (#104)
0d15720 is described below
commit 0d15720becb1344b86cdbb6a09b8bd8cfa059e74
Author: tzssangglass <[email protected]>
AuthorDate: Fri Dec 31 20:25:16 2021 +0800
chore: upgrade log4j2 version to 2.17.1 (#104)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0e07808..6c7a37f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.17.0</version>
+ <version>2.17.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>