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

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

commit 696a3a2cbcc114cc7da94beb5f34ff31b29118e3
Author: HTHou <[email protected]>
AuthorDate: Tue Feb 18 15:10:14 2025 +0800

    [To dev/1.3] Fix reload4j vulnerability issue
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0efaefe34f5..61534a446be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -671,6 +671,11 @@
                 <artifactId>logback-core</artifactId>
                 <version>${logback.version}</version>
             </dependency>
+            <dependency>
+                <groupId>ch.qos.reload4j</groupId>
+                <artifactId>reload4j</artifactId>
+                <version>1.2.22</version>
+            </dependency>
             <dependency>
                 <groupId>io.micrometer</groupId>
                 <artifactId>micrometer-core</artifactId>

Reply via email to