This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch dev/1.1
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/dev/1.1 by this push:
new 3753d601 Bump logback to 1.3.15 (#362)
3753d601 is described below
commit 3753d6013339c2bba58965584eeb3cdfbfe8aae5
Author: Haonan <[email protected]>
AuthorDate: Sat Jan 4 09:14:09 2025 +0800
Bump logback to 1.3.15 (#362)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 96de9c21..d5cf61a8 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -93,7 +93,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>