You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because currently your library is being reported by tools like snyk.io that are not smart enough to figure out that commons-collections in that broken 3.2.1 version will not end up at the class path at the end... the scope (provided) was declared in the parent pom and the tool wasn't probably good enough to get it.
for the
builder-annotationsdependency consider adding something likeand then bringing back the dependency
Because currently your library is being reported by tools like snyk.io that are not smart enough to figure out that
commons-collectionsin that broken3.2.1version will not end up at the class path at the end... the scope (provided) was declared in the parent pom and the tool wasn't probably good enough to get it.see the screenshot:
https://i.imgur.com/ehUTAfU.png
same holds for:
com.fasterxml.jackson.core:jackson-databind:2.7.7com.fasterxml.jackson.core:jackson-core:2.7.7