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

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 198295d71c [Fix]update reload4j version to 1.7.36 (#8883)
198295d71c is described below

commit 198295d71c4e23196230b50b0c7cd6cb1b9e83db
Author: litiliu <[email protected]>
AuthorDate: Mon Mar 3 22:10:40 2025 +0800

    [Fix]update reload4j version to 1.7.36 (#8883)
    
    Co-authored-by: litiliu <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4a6f6c9eb..3cb11d5136 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
 
-        <slf4j.version>1.7.25</slf4j.version>
+        <slf4j.version>1.7.36</slf4j.version>
         <log4j2.version>2.17.1</log4j2.version>
         <log4j2-disruptor.version>3.4.4</log4j2-disruptor.version>
         <log4j.version>1.2.17</log4j.version>

Reply via email to