We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171e1d5 commit 329e58eCopy full SHA for 329e58e
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>tech.ydb.spark</groupId>
5
<artifactId>ydb-spark-connector</artifactId>
6
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
7
<!-- <version>X.Y[-SNAPSHOT]</version> -->
8
<packaging>jar</packaging>
9
<developers>
@@ -34,7 +34,7 @@
34
<dependency>
35
<groupId>io.grpc</groupId>
36
<artifactId>grpc-bom</artifactId>
37
- <version>1.63.0</version>
+ <version>1.59.1</version>
38
<type>pom</type>
39
<scope>import</scope>
40
</dependency>
0 commit comments