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 8b89e33  chore: upgrade log4j2 version to 2.15.0 (#98)
8b89e33 is described below

commit 8b89e339b991ac571bcc6242c0bc468bc4e5a2d9
Author: Daming <zt...@foxmail.com>
AuthorDate: Mon Dec 13 10:26:38 2021 +0800

    chore: upgrade log4j2 version to 2.15.0 (#98)
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index ffd085c..5178f67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,13 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-bom</artifactId>
+                <version>2.15.0</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
                 <version>${spring-boot.version}</version>

Reply via email to