Skip to content

Bump org.jenkins-ci.plugins:plugin from 5.16 to 5.28#339

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.jenkins-ci.plugins-plugin-5.28
Closed

Bump org.jenkins-ci.plugins:plugin from 5.16 to 5.28#339
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.jenkins-ci.plugins-plugin-5.28

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps org.jenkins-ci.plugins:plugin from 5.16 to 5.28.

Release notes

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

5.28

🚀 New features and improvements

📦 Dependency updates

5.27

🚀 New features and improvements

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.jenkins-ci.plugins:plugin [>= 5.0.a, < 5.1]
org.jenkins-ci.plugins:plugin [>= 5.1.a, < 5.2]
org.jenkins-ci.plugins:plugin [>= 5.2.a, < 5.3]
org.jenkins-ci.plugins:plugin [>= 5.3.a0, < 5.4]
org.jenkins-ci.plugins:plugin [>= 5.4.a0, < 5.5]

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.16 to 5.28.
- [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.16...plugin-5.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency related change label Nov 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 3, 2025 17:21
@dependabot dependabot bot added the dependencies Dependency related change label Nov 3, 2025
MarkEWaite added a commit to MarkEWaite/authorize-project-plugin that referenced this pull request Nov 7, 2025
Java 25 released September 16, 2025.  The Jenkins project wants to support
Java 25 soon.  Compile and test on ci.jenkins.io with Java 25 and Java 21.

Intentionally continues to generate Java 17 byte code as configured by
the plugin parent pom.

Does not compile or test with Java 17 any longer because we have found no
issues in the past that were specific to the Java 17 compiler.  The plan
is to drop support for Java 17 in the not too distant future so that the
Jenkins project is only supporting two major Java versions at a time,
Java 21 and Java 25.

Includes other pull requests:

* jenkinsci#328
* jenkinsci#335
* jenkinsci#339

Testing done

* Confirmed that automated tests pass with Java 25
@MarkEWaite MarkEWaite mentioned this pull request Nov 7, 2025
6 tasks
jmMeessen pushed a commit that referenced this pull request Nov 9, 2025
* Bump io.jenkins.tools.bom:bom-2.479.x

---
updated-dependencies:
- dependency-name: io.jenkins.tools.bom:bom-2.479.x
  dependency-version: 5054.v620b_5d2b_d5e6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump io.jenkins.tools.incrementals:git-changelist-maven-extension

Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.8 to 1.13.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- [Commits](jenkinsci/incrementals-tools@parent-1.8...parent-1.13)

---
updated-dependencies:
- dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension
  dependency-version: '1.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump org.jenkins-ci.plugins:plugin from 5.16 to 5.28

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.16 to 5.28.
- [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.16...plugin-5.28)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Test with Java 25 and Java 21

Java 25 released September 16, 2025.  The Jenkins project wants to support
Java 25 soon.  Compile and test on ci.jenkins.io with Java 25 and Java 21.

Intentionally continues to generate Java 17 byte code as configured by
the plugin parent pom.

Does not compile or test with Java 17 any longer because we have found no
issues in the past that were specific to the Java 17 compiler.  The plan
is to drop support for Java 17 in the not too distant future so that the
Jenkins project is only supporting two major Java versions at a time,
Java 21 and Java 25.

Includes other pull requests:

* #328
* #335
* #339

Testing done

* Confirmed that automated tests pass with Java 25

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #342.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-5.28 branch December 22, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency related change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants