Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Specify the YDB Java Protobuf module in the dependencies:
<dependency>
<groupId>tech.ydb</groupId>
<artifactId>ydb-proto-api</artifactId>
<version>1.9.0</version>
<version>1.9.3</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>tech.ydb</groupId>
<artifactId>ydb-proto-api</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>

<name>YDB Java Protocol Buffers IDL</name>
<description>Generated from Protocol Buffers IDL Java sources</description>
Expand Down
Loading