Workiva / dependency_validator

A tool to help you find missing, under-promoted, over-promoted, and unused dependencies.
Other
56 stars 18 forks source link

FEA-440 Ensure all dependencies are also null-safe #92

Closed evanweible-wf closed 2 years ago

evanweible-wf commented 2 years ago

Motivation

At least one of our dependency ranges allowed non-null-safe versions which could lead to a failure during precompilation of this executable.

Changes

Ensure all minimum versions are null-safe.

aviary3-wk commented 2 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

evanweible-wf commented 2 years ago

QA +1

@Workiva/release-management-p