Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump org.jenkins-ci.plugins:plugin from 5.8 to 5.9 #489

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): bump org.jenkins-ci.plugins:plugin from 5.8 to 5.9
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.8 to 5.9.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-5.8...plugin-5.9)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Mar 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit daa1f48931c517edb1af46d8be5c1cb74a274af7
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>5.8</version>
<version>5.9</version>
<relativePath />
</parent>


Unchanged files with check annotations Beta

@edu.umd.cs.findbugs.annotations.SuppressFBWarnings(value="OBL_UNSATISFIED_OBLIGATION", justification="JENKINS-53692")
private void saveKeyStore(File keystore, KeyStore ks, String password)
throws KeyStoreException, IOException, NoSuchAlgorithmException, CertificateException {
try (FileOutputStream fos = new FileOutputStream(keystore)){
ks.store(fos, password.toCharArray());
}
}

Check warning on line 186 in src/main/java/org/jenkinsci/plugins/saml/BundleKeyStore.java

ci.jenkins.io / SpotBugs

US_USELESS_SUPPRESSION_ON_METHOD

NORMAL: Suppressing annotation on the method org.jenkinsci.plugins.saml.BundleKeyStore.saveKeyStore(File, KeyStore, String) is unnecessary
Raw output
no message found
/**
* load a keystore from a file. if it fails create a new keystore.