Skip to content

Commit

Permalink
merge: #1181
Browse files Browse the repository at this point in the history
1181: build(deps): Bump com.mycila:license-maven-plugin from 4.3 to 4.5 r=github-actions[bot] a=dependabot[bot]

Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 4.3 to 4.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/aa05f0e810a4d8bf57001e73782549f6c6a04873"><code>aa05f0e</code></a> [maven-release-plugin] prepare release license-maven-plugin-4.5</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/125914ebc8a138f2ead93b476d1cfc79439b45d1"><code>125914e</code></a> Try fix this Maven error while releasing:</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/4c85b0d52d1ef03cb85ceaf5f82bea5bfa2ccc08"><code>4c85b0d</code></a> Try fix this Maven error while releasing:</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/282f3137ad1b3111e0a47d56ed6e230337353fca"><code>282f313</code></a> Try fix this Maven error while releasing:</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/86bb5175e9b8ce6845300ca6bde34c5df83275c2"><code>86bb517</code></a> [maven-release-plugin] rollback the release of license-maven-plugin-4.5</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/eeab7a4867d3a19adbdf08e95a3723ed0dd40bd1"><code>eeab7a4</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/bb169367ae05e4ddbc0ed56860e90eefa7b1dbc7"><code>bb16936</code></a> [maven-release-plugin] prepare release license-maven-plugin-4.5</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/9caf0a49c622c2ad549dcd2d8329a28b76fda6b5"><code>9caf0a4</code></a> Doc update</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/0156e9a127e0c74a505e6bdcc6087aeef584638b"><code>0156e9a</code></a> Set gpg useAgent to false</li>
<li><a href="https://github.com/mathieucarbou/license-maven-plugin/commit/536b43277a506c0f0fb4d7b17a185e10c1ea9de5"><code>536b432</code></a> Fix missing activation from release profile</li>
<li>Additional commits viewable in <a href="https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.3...license-maven-plugin-4.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.mycila:license-maven-plugin&package-manager=maven&previous-version=4.3&new-version=4.5)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and dependabot[bot] authored May 15, 2024
2 parents f6ba72e + ea46956 commit 023d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

<plugin.version.jacoco>0.8.12</plugin.version.jacoco>
<plugin.version.javadoc>3.6.3</plugin.version.javadoc>
<plugin.version.license>4.3</plugin.version.license>
<plugin.version.license>4.5</plugin.version.license>
<plugin.version.maven-enforcer>3.4.1</plugin.version.maven-enforcer>
<plugin.version.maven-help>3.4.0</plugin.version.maven-help>
<plugin.version.os-maven>1.7.1</plugin.version.os-maven>
Expand Down

0 comments on commit 023d7a9

Please sign in to comment.