jenkinsci / google-kubernetes-engine-plugin

The Google Kubernetes Engine (GKE) Plugin allows you to deploy build artifacts to Kubernetes clusters running in GKE with Jenkins.
https://plugins.jenkins.io/google-kubernetes-engine/
Apache License 2.0
36 stars 66 forks source link

Bump com.jayway.jsonpath:json-path from 2.6.0 to 2.8.0 #345

Closed rsahoo7495 closed 1 year ago

rsahoo7495 commented 1 year ago

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