Skip to content

Commit

Permalink
upgrade project version to 0.1.2 to resolve CVE issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nianliuu committed Apr 8, 2024
1 parent dfcff01 commit 6b23f94
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>0.1.1</project-version>
<project-version>0.1.2</project-version>
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
</properties>

Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.100.Final</version>
<version>4.1.108.Final</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 6b23f94

Please sign in to comment.