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

Bump plugin from 4.40 to 4.43.1 #181

Merged
merged 3 commits into from
Jul 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps plugin from 4.40 to 4.43.1.

Release notes

Sourced from plugin's releases.

4.43.1

💥 Breaking changes

  • Bump jenkins-test-harness from 1797.v711534844e8a_ to 1802.v9de0d87365d2 (#571) @​dependabot The minimum version of Jenkins supported with the provided jenkins test harness is now 2.249

🚀 New features and improvements

📦 Dependency updates

4.42

🚀 New features and improvements

📦 Dependency updates

4.41

🚨 Removed

🚀 New features and improvements

  • Skip Spotless and Checkstyle mojos in -Pquick-build (#548) @​basil

📦 Dependency updates

... (truncated)

Commits
  • 55685ac [maven-release-plugin] prepare release plugin-4.43.1
  • bc376af Merge pull request #571 from jenkinsci/dependabot/maven/org.jenkins-ci.main-j...
  • c062bb0 Bump jenkins-test-harness from 1797.v711534844e8a_ to 1802.v9de0d87365d2
  • 8875e25 Bump extra-enforcer-rules from 1.5.1 to 1.6.0 (#569)
  • cada999 Add specific-test profile (#568)
  • 7ff3510 Bump jenkins-test-harness (#567)
  • 2b62785 Bump jenkins-test-harness (#566)
  • ac96d23 [maven-release-plugin] prepare for next development iteration
  • 6e7c0f4 [maven-release-plugin] prepare release plugin-4.42
  • eb91b7e Bump jenkins-test-harness from 1784.v83a_b_3ce99392 to 1794.vfb_4a_4cde0824 (...
  • 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 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 [plugin](https://github.com/jenkinsci/plugin-pom) from 4.40 to 4.43.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.40...plugin-4.43.1)

---
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 Jul 18, 2022
@jglick
Copy link
Member

jglick commented Jul 19, 2022

Fails due to *.properties encoding. Could be solved using \uXXXX escapes, though I plan to switch to a new jenkins.version anyway for instance-identity and IIUC by requiring Java 11 we can just use UTF-8?

@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

description=Lista de destinatarios separadas por un espacio en blanco. El correo será enviado siempre que una ejecución falle.
description=Lista de destinatarios separadas por un espacio en blanco. El correo ser\u00e1 enviado siempre que una ejecuci\u00f3n falle.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fcojfernandez FYI. I was able to open these files in NetBeans before the patch (mojibake) and after (looks like Spanish to me).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i.e. this is really

-description=Lista de destinatarios separadas por un espacio en blanco. El correo será enviado siempre que una ejecución falle.
+description=Lista de destinatarios separadas por un espacio en blanco. El correo será enviado siempre que una ejecución falle.

@jglick jglick merged commit 79ef397 into master Jul 19, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1 branch July 19, 2022 15:14
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