targetComponentVersions property

Map<String, String>? targetComponentVersions
getter/setter pair

SBOM versions scheduled for the next maintenance.

The key is the component name and the value is the version.

Implementation

core.Map<core.String, core.String>? targetComponentVersions;