Skip to content

Commit

Permalink
fix grpc dependency and release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zinal committed Jun 3, 2024
1 parent 171e1d5 commit 329e58e
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tech.ydb.spark</groupId>
<artifactId>ydb-spark-connector</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<!-- <version>X.Y[-SNAPSHOT]</version> -->
<packaging>jar</packaging>
<developers>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.63.0</version>
<version>1.59.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 329e58e

Please sign in to comment.