Remove Vulnerabilities::UpdateService
Summary
This MR removes the Vulnerabilities::UpdateService as we are not sure if anything is using this service anymore. The goal is to see if the CI pipeline catches any failures that would indicate this service is still in use.
Changes
- Deleted
ee/app/services/vulnerabilities/update_service.rb - Deleted
ee/spec/services/vulnerabilities/update_service_spec.rb
Testing
The CI pipeline will run and reveal if any code depends on this service. If the pipeline passes, it confirms the service is no longer in use and can be safely removed.