TBD54566975 / web5-kt

Apache License 2.0
7 stars 9 forks source link

Apply forced version resolution to all projects #240

Closed ALRubinger closed 5 months ago

ALRubinger commented 5 months ago

Forced version resolution is a step we take to manually upgrade transitive dependencies with CVEs. Right now we're declaring them in the parent build file; we need these to apply to all projects so that the testsuites for the subprojects run in the right classpath.

Sets the stage for our applying further security vulnerability fixes.

ALRubinger commented 5 months ago

Handled via PR #241