Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6943e63

Browse files
AnthonyTsu1984zhanshuyou
authored andcommittedMay 20, 2025
update docs
Signed-off-by: AnthonyTsu1984 <115786031+AnthonyTsu1984@users.noreply.github.com>
1 parent bc288fb commit 6943e63

File tree

1 file changed

+6
-6
lines changed
  • API_Reference/milvus-sdk-java/v2.5.x

1 file changed

+6
-6
lines changed
 

‎API_Reference/milvus-sdk-java/v2.5.x/About.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Milvus Java SDK is an open-source project and its source code is hosted on [GitH
3535
</tr>
3636
<tr>
3737
<td>2.5.x</td>
38-
<td>2.5.2</td>
38+
<td>2.5.9</td>
3939
</tr>
4040
</table>
4141

@@ -49,14 +49,14 @@ You can use **[Apache Maven](https://maven.apache.org/install.html)** or **[Grad
4949
<dependency>
5050
<groupId>io.milvus</groupId>
5151
<artifactId>milvus-sdk-java</artifactId>
52-
<version>2.5.2</version>
52+
<version>2.5.9</version>
5353
</dependency>
5454
```
5555

5656
- Gradle/Groovy
5757

5858
```plaintext
59-
implementation 'io.milvus:milvus-sdk-java:2.5.2'
59+
implementation 'io.milvus:milvus-sdk-java:2.5.9'
6060
```
6161

6262
- Gradle/Kotlin
@@ -71,20 +71,20 @@ Since v2.5.2, Milvus Java SDK has been split into two packages: **milvus-sdk-jav
7171
<dependency>
7272
<groupId>io.milvus</groupId>
7373
<artifactId>milvus-sdk-java-bulkwriter</artifactId>
74-
<version>2.5.2</version>
74+
<version>2.5.9</version>
7575
</dependency>
7676
```
7777

7878
- Gradle/Groovy
7979

8080
```plaintext
81-
implementation 'io.milvus:milvus-sdk-java-bulkwriter:2.5.2'
81+
implementation 'io.milvus:milvus-sdk-java-bulkwriter:2.5.9'
8282
```
8383

8484
- Gradle/Kotlin
8585

8686
```sql
87-
implementation("io.milvus:milvus-sdk-java-bulkwriter:2.5.2")
87+
implementation("io.milvus:milvus-sdk-java-bulkwriter:2.5.9")
8888
```
8989

9090
## **Contributing**

0 commit comments

Comments
 (0)
Please sign in to comment.