Skip to content

Commit 329e58e

Browse files
committed
fix grpc dependency and release v1.1
1 parent 171e1d5 commit 329e58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>tech.ydb.spark</groupId>
55
<artifactId>ydb-spark-connector</artifactId>
6-
<version>1.1-SNAPSHOT</version>
6+
<version>1.1</version>
77
<!-- <version>X.Y[-SNAPSHOT]</version> -->
88
<packaging>jar</packaging>
99
<developers>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.grpc</groupId>
3636
<artifactId>grpc-bom</artifactId>
37-
<version>1.63.0</version>
37+
<version>1.59.1</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

0 commit comments

Comments
 (0)