Bump driver to 1.9.1 and other versions

This commit is contained in:
Madhavan Sridharan 2024-05-13 16:22:13 -04:00
parent aec14c6906
commit a658bf6baa

View File

@ -35,28 +35,28 @@
<dependency> <dependency>
<groupId>io.grpc</groupId> <groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId> <artifactId>grpc-protobuf</artifactId>
<!-- <version>1.63.0</version> --> <version>1.63.0</version>
<!-- Trying to match https://github.com/qdrant/java-client/blob/v1.9.0/build.gradle#L80 --> <!-- If Trying to match https://github.com/qdrant/java-client/blob/v1.9.1/build.gradle#L80 -->
<version>1.59.0</version> <!-- <version>1.59.0</version> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId> <artifactId>protobuf-java-util</artifactId>
<!--<version>3.25.3</version>--> <version>3.25.3</version>
<!-- Trying to match https://github.com/qdrant/java-client/blob/master/build.gradle#L81 --> <!-- If Trying to match https://github.com/qdrant/java-client/blob/v1.9.1/build.gradle#L81 -->
<version>3.24.0</version> <!-- <version>3.24.0</version> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<!--<version>33.1.0-jre</version>--> <version>33.1.0-jre</version>
<!-- Trying to match https://github.com/qdrant/java-client/blob/master/build.gradle#L93 --> <!-- If Trying to match https://github.com/qdrant/java-client/blob/v1.9.1/build.gradle#L93, use below -->
<version>30.1-jre</version> <!-- <version>30.1-jre</version> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.qdrant</groupId> <groupId>io.qdrant</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>1.9.0</version> <version>1.9.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>