Skip to content

Commit

Permalink
update logback version
Browse files Browse the repository at this point in the history
  • Loading branch information
nianliuu committed Jan 6, 2025
1 parent 8640b70 commit 0e416c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<url>https://github.com/zilliztech/kafka-connect-milvus</url>

<properties>
<project-version>1.0.0</project-version>
<project-version>1.0.1</project-version>
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
</properties>

Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version> <!-- Check for the latest version -->
<version>1.5.13</version> <!-- Check for the latest version -->
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 0e416c1

Please sign in to comment.