Skip to content

Commit ec8442b

Browse files
committed
noticket: Depend on the latest protoapi artifact (1.8.0), same as the latest YDB SDK
1 parent 72af946 commit ec8442b

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ SLF4J_VERSION = "2.0.13"
3939

4040
SNAKEYAML_VERSION = "2.4"
4141

42-
YDB_PROTOAPI_VERSION = "1.7.1"
42+
YDB_PROTOAPI_VERSION = "1.8.0"
4343

44-
YDB_SDK_VERSION = "2.3.14"
44+
YDB_SDK_VERSION = "2.3.20"
4545

4646
maven_install(
4747
name = "java_contribs_stable",

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
<!-- YDB SDK 2.x -->
112112
<ydb-sdk-v2.version>2.3.20</ydb-sdk-v2.version>
113-
<ydb-proto-api.version>1.7.1</ydb-proto-api.version>
113+
<ydb-proto-api.version>1.8.0</ydb-proto-api.version>
114114

115115
<!-- build-only dependencies (provided) -->
116116
<lombok.version>1.18.30</lombok.version>
@@ -688,11 +688,6 @@
688688
<artifactId>protobuf-java-util</artifactId>
689689
<version>${protobuf.version}</version>
690690
</dependency>
691-
<dependency>
692-
<groupId>com.google.api.grpc</groupId>
693-
<artifactId>proto-google-common-protos</artifactId>
694-
<version>${proto-google-common-protos.version}</version>
695-
</dependency>
696691
<dependency>
697692
<groupId>com.fasterxml.jackson</groupId>
698693
<artifactId>jackson-bom</artifactId>

0 commit comments

Comments
 (0)