This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 275e4d1b Bump logback version to 1.3.16 (#615)
275e4d1b is described below
commit 275e4d1be05801c812684d6eeb63258b6083a632
Author: Haonan <[email protected]>
AuthorDate: Fri Oct 31 10:42:43 2025 +0800
Bump logback version to 1.3.16 (#615)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 4b640795..e0fe6cd8 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<!-- This was the last version to support Java 8 -->
- <version>1.3.15</version>
+ <version>1.3.16</version>
</dependency>
</dependencies>
</dependencyManagement>