This is an automated email from the ASF dual-hosted git repository.

spacewander 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 82bef6b  chore: upgrade log4j2 version to 2.16.0 (#99)
82bef6b is described below

commit 82bef6b162887ac126c31477b3f477e5c50ffe8a
Author: tzssangglass <tzssanggl...@gmail.com>
AuthorDate: Wed Dec 15 11:49:28 2021 +0800

    chore: upgrade log4j2 version to 2.16.0 (#99)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5178f67..d8bd47f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.15.0</version>
+                <version>2.16.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Reply via email to