Spark Dependencies job has dependencies towards Java libraries with several CVE associated with them. This PR will update those dependencies and fixes compilation problems
Decrease the CVEs from Total: 90 (UNKNOWN: 0, LOW: 5, MEDIUM: 20, HIGH: 46, CRITICAL: 19) to Total: 5 (UNKNOWN: 0, LOW: 1, MEDIUM: 2, HIGH: 2, CRITICAL: 0)
Description of the changes
Upgrade spark to 3.5.1, jackson libraries to 2.15.3.
## Checklist
- [X] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
- [ ] I have added unit tests for the new functionality (no new tests)
- [ ] I have run lint and test steps successfully
Supersed #132
Which problem is this PR solving?
Total: 90 (UNKNOWN: 0, LOW: 5, MEDIUM: 20, HIGH: 46, CRITICAL: 19)
toTotal: 5 (UNKNOWN: 0, LOW: 1, MEDIUM: 2, HIGH: 2, CRITICAL: 0)
Description of the changes
How was this change tested?