diff --git a/docker-compose.yml b/docker-compose.yml index c9cfac183..5b0914c76 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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 diff --git a/pom.xml b/pom.xml index 3346661da..e8c1ebcd0 100644 --- a/pom.xml +++ b/pom.xml @@ -64,9 +64,9 @@ UTF-8 - 1.46.0 - 3.19.6 - 3.19.6 + 1.59.1 + 3.24.0 + 3.24.0 4.3 1.8 1.8 @@ -76,7 +76,7 @@ 1.10.0 1.7.30 2.17.1 - 4.13.1 + 4.13.2 5.7.0 1.18.22 4.10.0 @@ -91,7 +91,7 @@ 1.1.0 5.1.0 2.12.7.1 - 2.9.0 + 2.10.1 1.6.20 1.2.83 @@ -278,17 +278,17 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - true - - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + org.apache.maven.plugins maven-release-plugin