Commit 917f3f4
authored
chore(deps-dev): bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 to 3.3.0 [skip ci]
Bumps [org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 3.2.1 to 3.3.0.
Release notes
*Sourced from [org.codehaus.mojo:buildnumber-maven-plugin's releases](https://github.com/mojohaus/buildnumber-maven-plugin/releases).*
> 3.3.0
> -----
>
> Changes
> -------
>
> * [#237](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/237) useLastCommittedRevision on git returns Revision ([#260](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/260)) [`@ky0n`](https://github.com/ky0n)
> * [#208](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/208) property failTheBuild=false also ignore general scm failure ([#259](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/259)) [`@ky0n`](https://github.com/ky0n)
> * Upgrade maven-scm to 2.2.1 and add compatibility fixes ([#257](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/257)) @[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([#262](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/262)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0 ([#256](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/256)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 93 to 94 ([#255](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/255)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 ([#253](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/253)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump actions/stale from 9 to 10 ([#252](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/252)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 92 to 93 ([#251](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/251)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 91 to 92 ([#248](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/248)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 87 to 91 ([#247](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/247)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 ([#240](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/240)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.12.1 to 2.13.0 ([#239](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/239)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 ([#238](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/238)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 ([#235](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/235)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 86 to 87 ([#236](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/236)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 85 to 86 ([#230](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/230)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 ([#233](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/233)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 ([#232](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/232)) @[dependabot[bot]](https://github.com/apps/dependabot)
Commits
* [`d943f30`](mojohaus/buildnumber-maven-plugin@d943f30) [maven-release-plugin] prepare release buildnumber-maven-plugin=3.3.0
* [`e279a77`](mojohaus/buildnumber-maven-plugin@e279a77) Bump org.codehaus.mojo:mojo-parent from 94 to 95
* [`565c244`](mojohaus/buildnumber-maven-plugin@565c244) [#237](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/237) add fallback solution for git provider when using property useLastCommit...
* [`b7a5a5e`](mojohaus/buildnumber-maven-plugin@b7a5a5e) [#208](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/208) improve fail the build behavior
* [`becb596`](mojohaus/buildnumber-maven-plugin@becb596) Upgrade maven-scm to 2.2.1 and add compatibility fixes ([#257](https://redirect.github.com/mojohaus/buildnumber-maven-plugin/issues/257))
* [`b920e60`](mojohaus/buildnumber-maven-plugin@b920e60) Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0
* [`2a33325`](mojohaus/buildnumber-maven-plugin@2a33325) Bump org.codehaus.mojo:mojo-parent from 93 to 94
* [`fadf416`](mojohaus/buildnumber-maven-plugin@fadf416) Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
* [`16e6090`](mojohaus/buildnumber-maven-plugin@16e6090) Bump actions/stale from 9 to 10
* [`ed4502a`](mojohaus/buildnumber-maven-plugin@ed4502a) Bump org.codehaus.mojo:mojo-parent from 92 to 93
* Additional commits viewable in [compare view](mojohaus/buildnumber-maven-plugin@3.2.1...buildnumber-maven-plugin-3.3.0)
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments