build(deps): bump plugin from 4.16 to 4.52
Created by: dependabot[bot]
Bumps plugin from 4.16 to 4.52.
Release notes
Sourced from plugin's releases.
4.52
💥 Breaking changes
- JENKINS-68568: Require Java 11 or newer (#478)
@basilThis release of the plugin build toolchain requires Java 11 or newer and Jenkins 2.361 or newer. Update
jenkins.versioninpom.xmlto 2.361 or newer as described in the developer documentation, and adjust yourJenkinsfileto remove any Java 8 configurations. Note that in the absence of an explicit set of configurations, the default set of configurations still includes Java 8. The recommended set of configurations can be found in the archetype. Also note that pending JENKINS-46795 any changes to a repository'sJenkinsfilerequire write access to take effect in the PR build.If you neglect to update
jenkins.versionto 2.361 or later, you will receive the following error:This version of
maven-hpi-pluginrequires Jenkins 2.361 or later.If you neglect to adjust your
Jenkinsfileto remove any Java 8 configurations (or try to build locally with Java 8), you will receive a low-level class version error.
🚨 RemovedAs part of the transition to Java 11, Animal Sniffer has been removed from the plugin parent POM. If you require the use of Animal Sniffer, ensure that you include it in your own POM.
📦 Dependency updates
- Bump
maven-dependency-pluginfrom 3.3.0 to 3.4.0 (#651)@dependabot- Bump
maven-hpi-pluginfrom 3.35 to 3.36 (#650)@dependabot- Bump
jenkins-test-harnessfrom 1894.v471a_047124ce to 1900.v9e128c991ef4 (#649)@dependabot4.51
🚀 New features and improvements
🐛 Bug fixes
📝 Documentation updates
- Document Java 17 support (#643)
@NotMyFault
📦 Dependency updates
- Bump Maven Install Plugin from 3.0.1 to 3.1.0 (#646)
@dependabot- Bump
jenkins-test-harnessfrom 1868.v03b_7c6673e2e to 1894.v471a_047124ce (#647, #644, #641)@dependabot- Bump Mockito from 4.8.1 to 4.9.0 (#642)
@dependabot4.50
💥 Breaking changes
- Remove
--mutex networkargument for Yarn builds (#625)@scherlerIf you previously relied on the
--mutex networkargument (for example, to ensure that only one instance of Yarn runs at any given time when running multiple instances of Yarn as the same user on the same server when running Yarn 1.x), you must now opt in to this behavior explicitly by adding<frontend.yarn.arguments>--mutex network</frontend.yarn.arguments>to the<properties>section of your plugin POM.
... (truncated)
Commits
-
f4b1eea[maven-release-plugin] prepare release plugin-4.52 -
1abb634Bump maven-hpi-plugin from 3.36 to 3.37 (#655) -
cedb8a8Bump jenkins-test-harness from 1900.v9e128c991ef4 to 1903.vf505ecb_63589 (#654) -
adc397aBump maven-stapler-plugin from 1.20 to 1.21 (#653) -
c303458Bump access-modifier-checker from 1.27 to 1.29 (#652) -
3eb6f3b[JENKINS-68568] Require Java 11 or newer (#478) -
6468398Bump maven-dependency-plugin from 3.3.0 to 3.4.0 (#651) -
13946acBumpmaven-hpi-pluginfrom 3.35 to 3.36 (#650) -
3ce4b7fBumpjenkins-test-harnessfrom 1894.v471a_047124ce to 1900.v9e128c991ef4 (#... -
b85df39[maven-release-plugin] prepare for next development iteration - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)