jenkinsci / google-oauth-plugin

This plugin implements the OAuth Credentials interfaces to surface Google Service Account credentials to Jenkins.
https://plugins.jenkins.io/google-oauth-plugin/
Apache License 2.0
37 stars 56 forks source link

Bump com.google.guava:guava from 31.1-jre to 32.1.2-jre #183

Closed cplohitha closed 1 year ago

cplohitha commented 1 year ago

This PR is raised for upgrading com.google.guava:guava from 31.1-jre to 32.1.2-jre. Previously the guava version was picked from com.google.cloud libraries-bom version 26.1.1

`com.google.cloud

libraries-bom 26.1.1` Now overrode to picking the version from plugin POM as there were other version updates in the latest versions of the google cloud bom. CVE : https://nvd.nist.gov/vuln/detail/CVE-2020-8908 Testing done "mvn verify", "mvn test" ran successfully in local. ### Testing done ```[tasklist] ### 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 ```