Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps org.jenkins-ci.plugins:plugin from 5.2 to 5.9.

Release notes

Sourced from org.jenkins-ci.plugins:plugin's releases.

5.9

💥 Breaking changes

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.9.2.0 (#1103) @​dependabot

Apparently SpotBugs is now more strict about unnecessary suppressions, so remove any unnecessary @SuppressFBWarnings annotations if you encounter the following errors:

  • US_USELESS_SUPPRESSION_ON_CLASS
  • US_USELESS_SUPPRESSION_ON_FIELD
  • US_USELESS_SUPPRESSION_ON_METHOD
  • US_USELESS_SUPPRESSION_ON_METHOD_PARAMETER
  • US_USELESS_SUPPRESSION_ON_PACKAGE

5.8

📦 Dependency updates

  • Bump org.mockito:mockito-bom from 5.15.2 to 5.16.0 (#1102) @​dependabot
  • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 (#1101) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2406.vf91eca_0cb_a_73 to 2411.v1e79b_0dc94b_7 (#1100) @​dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 (#1099) @​dependabot
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 (#1098) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2403.v256947ecb_c8a_ to 2406.vf91eca_0cb_a_73 (#1097) @​dependabot
  • Bump org.codehaus.mojo:flatten-maven-plugin from 1.6.0 to 1.7.0 (#1096) @​dependabot
  • Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#1094) @​dependabot
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 (#1093) @​dependabot
  • Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 (#1095) @​dependabot
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 (#1092) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2391.v9b_3e2d3351a_2 to 2403.v256947ecb_c8a_ (#1091) @​dependabot

5.7

📦 Dependency updates

  • Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.60 to 3.61 (#1087) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2389.va_b_3a_21a_c00ed to 2391.v9b_3e2d3351a_2 (#1086) @​dependabot

5.6

🚀 New features and improvements

  • Define an enforcer rule execution mandating override of jth version via property, not dependencyManagement (#1082) @​Vlatombe

📦 Dependency updates

  • Bump org.jenkins-ci.main:jenkins-test-harness from 2386.v82359624ea_05 to 2389.va_b_3a_21a_c00ed (#1084) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2385.vfe86233d0d36 to 2386.v82359624ea_05 (#1083) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2382.v446201c06cb_8 to 2385.vfe86233d0d36 (#1081) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2380.vc51ea_a_cf2711 to 2382.v446201c06cb_8 (#1080) @​dependabot
  • Bump org.jenkins-ci.main:jenkins-test-harness from 2378.v58ce1c9466c7 to 2380.vc51ea_a_cf2711 (#1079) @​dependabot

... (truncated)

Commits
  • 736ac5e [maven-release-plugin] prepare release plugin-5.9
  • 7e6a303 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.9.2.0 (#1103)
  • 916b7ec [maven-release-plugin] prepare for next development iteration
  • 691d692 [maven-release-plugin] prepare release plugin-5.8
  • 4af4237 Bump org.mockito:mockito-bom from 5.15.2 to 5.16.0 (#1102)
  • b4a44ed Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 (#1101)
  • 04599c5 Bump org.jenkins-ci.main:jenkins-test-harness (#1100)
  • a386eb1 Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#1099)
  • 61573c4 Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 (#1098)
  • e4e42e2 Bump org.jenkins-ci.main:jenkins-test-harness (#1097)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.2 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.2...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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2025 21:10
@basil
Copy link
Member

basil commented Mar 26, 2025

@dependabot rebase

Copy link
Author

dependabot bot commented on behalf of github Mar 26, 2025

Looks like org.jenkins-ci.plugins:plugin is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 26, 2025
@dependabot dependabot bot deleted the dependabot/maven/master/org.jenkins-ci.plugins-plugin-5.9 branch March 26, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant