Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Bump org.jenkins-ci.plugins:plugin from 4.70 to 5.1 #286

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps org.jenkins-ci.plugins:plugin from 4.70 to 5.1.

Release notes

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

5.1

🐛 Bug fixes

📝 Documentation updates

  • Update version of parent pom for Java 17 being required (#1030) @​timja

📦 Dependency updates

  • Bump org.jenkins-ci.main:jenkins-test-harness from 2299.v7e8d22e797d3 to 2307.v10e5d0701b_e5 (#1031) @​dependabot

5.0

💥 Breaking changes

Since 5.0 the plugin parent pom now requires a minimum jenkins.version of 2.479 and to be run with Java 17

🚀 New features and improvements

🐛 Bug fixes

📝 Documentation updates

  • Add documentation for frontend integration with maven build (#1016) @​timja

✍ Other changes

📦 Dependency updates

... (truncated)

Changelog

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

Changelog for old versions

WARNING: Changelogs have been moved to GitHub Releases

Newer versions

See GitHub Releases

3.43

Release date: 2019-04-30

  • PR-196: Javadoc fix in 3.40 did not work on JDK 11.0.3
  • Miscellaneous dependency & plugin updates frnom dependabot

3.42

Release date: 2019-04-02

  • PR-174: Forbid usage of TestNG (since it does not work anyway)
  • PR-188: Pick up jenkins-test-harness changes to
    • add JenkinsRule.showAgentLogs
    • not clash with jenkins-core in a version-number library dependency

3.41

Release date: 2019-03-31

  • PR-170: Bump frontend-maven-plugin from 1.6 to 1.7.5
  • PR-178: Bump maven-javadoc-plugin from 3.0.1 to 3.1.0
  • PR-179: Bump maven-invoker-plugin from 3.1.0 to 3.2.0
  • PR-180: Bump mockito-core from 2.24.5 to 2.25.1
  • PR-184: Bump maven-scm.version from 1.11.1 to 1.11.2

3.40

Release date: 2019-03-08

  • PR-173: Fix Javadoc related crash when using a JDK 11.0.2
  • PR-167: Default value of jenkins.version changed to 2.138.4 (but all plugins should override this with an explicit value)
  • Various dependency and plugin updates (thanks dependabot)
    • flatten-maven-plugin from 1.0.1 to 1.1.0
    • maven-localizer-plugin from 1.24 to 1.26
    • spotbugs-annotations from 3.1.11 to 3.1.12

3.39

Release date: 2019-02-28

... (truncated)

Commits
  • 1ef856e [maven-release-plugin] prepare release plugin-5.1
  • a991575 Work around jenkinsci/plugin-pom#1032 (#1034)
  • bbbc7a1 Bump org.jenkins-ci.main:jenkins-test-harness (#1031)
  • 8a623ce Update version of parent pom for Java 17 being required (#1030)
  • c360a94 [maven-release-plugin] prepare for next development iteration
  • f4b74b8 [maven-release-plugin] prepare release plugin-5.0
  • d9a86c4 Add docs for frontend integration + opt-in for Jenkins integration (#1016)
  • c800245 Update baseline from 2.477 to 2.479 (#1029)
  • 0b329f4 Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 4.0.1 (#1028)
  • d40da12 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 (#1027)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 01:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.70 to 5.1.
- [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-4.70...plugin-5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jenkins-ci.plugins-plugin-5.1 branch from 23d53ee to e15beb9 Compare October 7, 2024 06:39
@MarkEWaite
Copy link
Contributor

This pull request would require the plugin set its minimum Jenkins version to 2.479. Probably not ready for that large a change in Jenkins version at this time.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #294.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-5.1 branch October 17, 2024 01:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant