[java] Update logback to newer versions (#17259)

* update logback to newer versions

* update
This commit is contained in:
William Cheng
2023-11-30 18:51:46 +08:00
committed by GitHub
parent 4a1db3f1e6
commit 4c4d0e485a
27 changed files with 35 additions and 35 deletions

View File

@@ -267,7 +267,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<version>1.3.13</version>
<scope>test</scope>
</dependency>
<dependency>