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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 #5286

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0.

Release notes

Sourced from org.codehaus.mojo:build-helper-maven-plugin's releases.

3.5.0

Changes

馃殌 New features and improvements

馃摝 Dependency updates

馃懟 Maintenance

Commits
  • 820d0a8 [maven-release-plugin] prepare release 3.5.0
  • 497a9f5 Use plugins versions from parent in ITs
  • ad1076e Add skipIfMissing flag (#187)
  • faab936 Bump project version to next minor 3.5.0
  • b49b7e6 Add skip flags (#186)
  • 2237441 Deprecate maven-version goal
  • ef477d8 Drop stale action
  • 3df0c7f Bump org.codehaus.mojo:mojo-parent from 76 to 77
  • e6e9ba6 Use Maven Apache shared GitHub action
  • d7cb1c5 Fix antrun version in ITs
  • 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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 27, 2023
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 November 30, 2023 20:36
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 1, 2023 16:56
@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from b963272 to 7c25de9 Compare December 1, 2023 16:56
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 4, 2023 18:30
@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from 7c25de9 to 81b0c6f Compare December 4, 2023 18:30
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 4, 2023 20:51
@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from 81b0c6f to d2eea31 Compare December 4, 2023 20:51
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 5, 2023 15:40
@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from d2eea31 to d1516a9 Compare December 5, 2023 15:40
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 5, 2023 16:09
@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from d1516a9 to b48ac83 Compare December 5, 2023 16:09
@MalloD12
Copy link
Contributor

MalloD12 commented Dec 8, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from b48ac83 to 9f0b5b0 Compare December 8, 2023 19:18
@MalloD12 MalloD12 added the sdou Security, Driver and other updates label Dec 8, 2023
@MalloD12 MalloD12 self-requested a review December 11, 2023 15:33
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

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

Approved.

Build and most of the test checks have been successfully executed. Failing and pending checks are due to unknown issues.

@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 11, 2023 18:25
Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 11, 2023 19:04
@dependabot dependabot bot force-pushed the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch from 9f0b5b0 to 1b0dc6e Compare December 11, 2023 19:05
@filipelautert filipelautert added this to the 1NEXT milestone Dec 20, 2023
@filipelautert filipelautert merged commit 7786607 into master Dec 20, 2023
30 of 32 checks passed
@filipelautert filipelautert deleted the dependabot-maven-org.codehaus.mojo-build-helper-maven-plugin-3.5.0 branch December 20, 2023 17:05
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 java Pull requests that update Java code sdou Security, Driver and other updates
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants