Skip to content

Commit 47f5b01

Browse files
Bump io.milvus:milvus-sdk-java from 2.4.2 to 2.4.4 in /modules/milvus
Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.4.2 to 2.4.4. - [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases) - [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/master/CHANGELOG.md) - [Commits](milvus-io/milvus-sdk-java@v2.4.2...v2.4.4) --- updated-dependencies: - dependency-name: io.milvus:milvus-sdk-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 751aa4e commit 47f5b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/milvus/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':testcontainers')
55

66
testImplementation 'org.assertj:assertj-core:3.26.3'
7-
testImplementation('io.milvus:milvus-sdk-java:2.4.2') {
7+
testImplementation('io.milvus:milvus-sdk-java:2.4.4') {
88
exclude(group: 'org.testcontainers', module: 'milvus')
99
exclude(group: 'org.testcontainers', module: 'junit-jupiter')
1010
}

0 commit comments

Comments
 (0)