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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b364a51ae [IOTDB-3281] Replacing log4j with reload4j (#6008)
3b364a51ae is described below

commit 3b364a51ae37f0edb1e8af9388aa205d34841d63
Author: wangchao316 <[email protected]>
AuthorDate: Wed May 25 21:45:10 2022 +0800

    [IOTDB-3281] Replacing log4j with reload4j (#6008)
---
 library-udf/pom.xml | 4 ++--
 pom.xml             | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 34e1395dc4..529a661ff0 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -65,8 +65,8 @@
             <version>3.9</version>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
+            <groupId>ch.qos.reload4j</groupId>
+            <artifactId>reload4j</artifactId>
             <version>${log4j.version}</version>
         </dependency>
         <!-- TimeStampRepair -->
diff --git a/pom.xml b/pom.xml
index 4c69b4cc2a..a16909c1be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
         <progressbar.version>0.9.2</progressbar.version>
         <!-- for java 11-->
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
-        <log4j.version>1.2.17</log4j.version>
+        <log4j.version>1.2.19</log4j.version>
         <lz4-java.version>1.8.0</lz4-java.version>
         <jackson-mapper-asl.version>1.9.13</jackson-mapper-asl.version>
         <jaxb-runtime.version>3.0.2</jaxb-runtime.version>
@@ -324,8 +324,8 @@
                 <version>${junit.version}</version>
             </dependency>
             <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
+                <groupId>ch.qos.reload4j</groupId>
+                <artifactId>reload4j</artifactId>
                 <version>${log4j.version}</version>
             </dependency>
             <dependency>
@@ -490,7 +490,7 @@
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
+                <artifactId>slf4j-reload4j</artifactId>
                 <version>${org.slf4j.version}</version>
             </dependency>
             <dependency>

Reply via email to