Skip to content

Commit

Permalink
Upgrade grpc from 1.46 to 1.59.1
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo committed Dec 18, 2023
1 parent 9482d0b commit 3ff00f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:

standalone:
container_name: milvus-javasdk-test-standalone
image: milvusdb/milvus:master-20231020-5247ea3f
image: milvusdb/milvus:v2.3.3
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
Expand Down Expand Up @@ -77,7 +77,7 @@ services:

standaloneslave:
container_name: milvus-javasdk-test-slave-standalone
image: milvusdb/milvus:master-20231020-5247ea3f
image: milvusdb/milvus:v2.3.3
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcdslave:2379
Expand Down
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc.version>1.46.0</grpc.version>
<protobuf.version>3.19.6</protobuf.version>
<protoc.version>3.19.6</protoc.version>
<grpc.version>1.59.1</grpc.version>
<protobuf.version>3.24.0</protobuf.version>
<protoc.version>3.24.0</protoc.version>
<commons-collections4.version>4.3</commons-collections4.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -76,7 +76,7 @@
<commons.text.version>1.10.0</commons.text.version>
<slf4j.api.version>1.7.30</slf4j.api.version>
<log4j.slf4j.version>2.17.1</log4j.slf4j.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
<lombok.version>1.18.22</lombok.version>
<okhttp.version>4.10.0</okhttp.version>
Expand All @@ -91,7 +91,7 @@
<junit.platform.version>1.1.0</junit.platform.version>
<junit.jupiter.engine.version>5.1.0</junit.jupiter.engine.version>
<jackson.version>2.12.7.1</jackson.version>
<gson.version>2.9.0</gson.version>
<gson.version>2.10.1</gson.version>
<kotlin.version>1.6.20</kotlin.version>
<version.fastjson>1.2.83</version.fastjson>
</properties>
Expand Down Expand Up @@ -278,17 +278,17 @@
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 3ff00f0

Please sign in to comment.