This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new 30baecbaa43 [To dev/1.3] Fix reload4j vulnerability issue (#14877)
30baecbaa43 is described below
commit 30baecbaa43e8dd6d1ac7a0c68e15b00218e8431
Author: Haonan <[email protected]>
AuthorDate: Tue Feb 18 16:50:16 2025 +0800
[To dev/1.3] Fix reload4j vulnerability issue (#14877)
---
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>