Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from master #1427

Merged
merged 15 commits into from
Feb 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: upgrade commons-cli:commons-cli from 1.3 to 1.4 (#1341)
Snyk has created this PR to upgrade commons-cli:commons-cli from 1.3 to 1.4.

See this package in NPM:
https://www.npmjs.com/package/commons-cli:commons-cli

See this project in Snyk:
https://app.snyk.io/org/cxie/project/2f701ce6-b421-4bbf-aaad-9d2bdb8569e4?utm_source=github&utm_medium=upgrade-pr

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>

Co-authored-by: Jin Hai <hai.jin@zilliz.com>
  • Loading branch information
snyk-bot and JinHai-CN authored Feb 25, 2020
commit e55f72cad7c78f958d123e0e58370cc75f111efe
2 changes: 1 addition & 1 deletion tests/milvus-java-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>

<dependency>
Expand Down