Skip to content

Commit 65b6f5b

Browse files
committed
noticket: Update YDB Java SDK to 2.3.21
...for better TableClient wrapper of QueryService and data race fixes. See: https://github.com/ydb-platform/ydb-java-sdk/blob/master/CHANGELOG.md#2321
1 parent ec8442b commit 65b6f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WORKSPACE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SNAKEYAML_VERSION = "2.4"
4141

4242
YDB_PROTOAPI_VERSION = "1.8.0"
4343

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

4646
maven_install(
4747
name = "java_contribs_stable",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
110110

111111
<!-- YDB SDK 2.x -->
112-
<ydb-sdk-v2.version>2.3.20</ydb-sdk-v2.version>
112+
<ydb-sdk-v2.version>2.3.21</ydb-sdk-v2.version>
113113
<ydb-proto-api.version>1.8.0</ydb-proto-api.version>
114114

115115
<!-- build-only dependencies (provided) -->

0 commit comments

Comments
 (0)