Skip to content

Update deps - #2

Open
Kimbsy wants to merge 1 commit into
constacts:mainfrom
Kimbsy:update-deps
Open

Update deps#2
Kimbsy wants to merge 1 commit into
constacts:mainfrom
Kimbsy:update-deps

Conversation

@Kimbsy

@Kimbsy Kimbsy commented Jun 20, 2025

Copy link
Copy Markdown

Updating milvus-sdk-java removes a huge number of unneccessary transitive deps. (as well as getting rid of 120 NVD vulns!)

Mainly it's helful ecause it no longer pulls in jetty 9.4, which loves to cause conflicts when using up to date versions of (e.g.) ring.

# before change
$ clj -X:deps tree | wc -l
562

# after change
$ clj -X:deps tree | wc -l
91

Updating `milvus-sdk-java` removes a huge number of unneccessary
transitive deps. (as well as getting rid of 120 NVD vulns!)

Mainly it's helful ecause it no longer pulls in jetty 9.4, which loves
to cause conflicts when using up to date versions of (e.g.) ring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant