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

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

commit d55b1592221a090d285e5302515ee815c7b1dda7
Author: HTHou <[email protected]>
AuthorDate: Tue Dec 31 14:38:22 2024 +0800

    Bump logback version to 1.3.15
---
 java/pom.xml | 2 +-
 pom.xml      | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index be743c79..d5d4be2e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -94,7 +94,7 @@
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
                 <!-- This was the last version to support Java 8 -->
-                <version>1.3.14</version>
+                <version>1.3.15</version>
             </dependency>
             <dependency>
                 <groupId>com.google.code.gson</groupId>
diff --git a/pom.xml b/pom.xml
index c5f4938e..db030893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,12 +369,6 @@
                                             
<artifactId>netty-handler</artifactId>
                                             <version>4.1.97.Final</version>
                                         </exclude>
-                                        <dependency>
-                                            <groupId>ch.qos.logback</groupId>
-                                            
<artifactId>logback-core</artifactId>
-                                            <!-- This was the last version to 
support Java 8 -->
-                                            <version>1.3.14</version>
-                                        </dependency>
                                     </excludeCoordinates>
                                 </banVulnerable>
                             </rules>

Reply via email to