digital-preservation / droid

DROID (Digital Record and Object Identification)
BSD 3-Clause "New" or "Revised" License
284 stars 75 forks source link

Migrated the signature file download client from obsolete version to current #1086

Closed sparkhi closed 7 months ago

sparkhi commented 7 months ago

The container signature files are updated by using a simple "REST api" We used httpClient from apache common which has medium vulnerability and also it has been superseeded by another incarnation

This PR updates to use the latest version.