Skip to content

Commit

Permalink
feat: upgrade proto to 070 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored Apr 30, 2024
1 parent 5f7b231 commit e9d0860
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ingester-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

<artifactId>ingester-protocol</artifactId>

<properties>
<greptimedb.proto.version>0.7.0</greptimedb.proto.version>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand All @@ -39,7 +43,7 @@
<dependency>
<groupId>io.greptime</groupId>
<artifactId>greptimedb-proto</artifactId>
<version>0.4.3</version>
<version>${greptimedb.proto.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit e9d0860

Please sign in to comment.