This PR is raised for upgrading json-smart version from 2.4.7 to 2.4.10. As json-smart used as a transitive dependency coming as part of json-path. so upgraded json-path from 2.6.0 to 2.8.0. json-path:2.8.0 included with json-smart 2.4.10
CVE : https://github.com/advisories/GHSA-493p-pfq6-5258
Testing done
i ran mvn mvn test. it got success in local.
### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
This PR is raised for upgrading json-smart version from 2.4.7 to 2.4.10. As json-smart used as a transitive dependency coming as part of json-path. so upgraded json-path from 2.6.0 to 2.8.0. json-path:2.8.0 included with json-smart 2.4.10 CVE : https://github.com/advisories/GHSA-493p-pfq6-5258
Testing done
i ran mvn
mvn test
. it got success in local.