Skip to content

Commit 9aac1cf

Browse files
committed
tmp disable grpc upgrade
1 parent 9bbc67b commit 9aac1cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<ydb-auth-api.version>1.0.0</ydb-auth-api.version>
18-
<ydb-proto-api.version>1.8.0</ydb-proto-api.version>
18+
<ydb-proto-api.version>1.7.2</ydb-proto-api.version>
1919
<yc-auth.version>2.2.0</yc-auth.version>
2020
</properties>
2121

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.grpc</groupId>
3131
<artifactId>grpc-netty</artifactId>
32-
<version>1.68.3</version>
32+
<version>1.59.1</version>
3333
<optional>true</optional>
3434
</dependency>
3535

0 commit comments

Comments
 (0)