Skip to content

Commit 0e416c1

Browse files
committed
update logback version
1 parent 8640b70 commit 0e416c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<url>https://github.com/zilliztech/kafka-connect-milvus</url>
1111

1212
<properties>
13-
<project-version>1.0.0</project-version>
13+
<project-version>1.0.1</project-version>
1414
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
1515
</properties>
1616

@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>ch.qos.logback</groupId>
5555
<artifactId>logback-classic</artifactId>
56-
<version>1.4.14</version> <!-- Check for the latest version -->
56+
<version>1.5.13</version> <!-- Check for the latest version -->
5757
</dependency>
5858
<dependency>
5959
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)