Skip to content

Commit 8a3a8e0

Browse files
authored
chore: Update gRPC and Protoc versions to 1.75.0 and 3.25.5 (#100)
* chore: Update gRPC and Protoc versions to 1.75.0 and 3.25.5 Signed-off-by: Anush008 <[email protected]> * chore: Bump package version Signed-off-by: Anush008 <[email protected]> --------- Signed-off-by: Anush008 <[email protected]>
1 parent a238354 commit 8a3a8e0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ To install the library, add the following lines to your build config file.
3838
<dependency>
3939
<groupId>io.qdrant</groupId>
4040
<artifactId>client</artifactId>
41-
<version>1.16.1</version>
41+
<version>1.16.2</version>
4242
</dependency>
4343
```
4444

4545
#### SBT
4646

4747
```sbt
48-
libraryDependencies += "io.qdrant" % "client" % "1.16.1"
48+
libraryDependencies += "io.qdrant" % "client" % "1.16.2"
4949
```
5050

5151
#### Gradle
5252

5353
```gradle
54-
implementation 'io.qdrant:client:1.16.1'
54+
implementation 'io.qdrant:client:1.16.2'
5555
```
5656

5757
> [!NOTE]

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jar {
7979
}
8080
}
8181

82-
def grpcVersion = '1.68.2'
83-
def protocVersion = '3.25.4'
82+
def grpcVersion = '1.75.0'
83+
def protocVersion = '3.25.5'
8484
def slf4jVersion = '2.0.14'
8585
def testcontainersVersion = '1.20.1'
8686
def jUnitVersion = '5.10.2'

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// Qdrant Java client
16-
implementation 'io.qdrant:client:1.16.1'
16+
implementation 'io.qdrant:client:1.16.2'
1717

1818
// gRPC dependencies - use the same version as Qdrant client
1919
implementation 'io.grpc:grpc-netty-shaded:1.65.1'

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The version of qdrant to use to download protos
2-
qdrantProtosVersion=v1.16.0
2+
qdrantProtosVersion=v1.16.2
33

44
# The version of qdrant docker image to run integration tests against
5-
qdrantVersion=v1.16.0
5+
qdrantVersion=v1.16.2
66

77
# The version of the client to generate
8-
packageVersion=1.16.1
8+
packageVersion=1.16.2

0 commit comments

Comments
 (0)