Skip to content
Snippets Groups Projects
Unverified Commit 10d56b00 authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

pin commons-net to 3.9.0 (#28224)

parent b820fa55
No related merge requests found
......@@ -48,6 +48,7 @@
{:mvn/version "0.64.0"} ; Flexmark extension for auto-linking bare URLs
commons-codec/commons-codec {:mvn/version "1.15"} ; Apache Commons -- useful codec util fns
commons-io/commons-io {:mvn/version "2.11.0"} ; Apache Commons -- useful IO util fns
commons-net/commons-net {:mvn/version "3.9.0"} ; Apache Commons -- useful network utils. Transitive dep of Snowplow, pinned due to CVE-2021-37533
commons-validator/commons-validator {:mvn/version "1.7" ; Apache Commons -- useful validation util fns
:exclusions [commons-beanutils/commons-beanutils
commons-digester/commons-digester
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment