Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotati…
Browse files Browse the repository at this point in the history
…ons from 3.13.1 to 3.14.0 (#473)

Bumps
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
from 3.13.1 to 3.14.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/edb661d0490fc96f1656970f4224a8c9d5e20b7a"><code>edb661d</code></a>
[maven-release-plugin] prepare release maven-plugin-tools-3.14.0</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/c208172dd22dd467b2ef596951ebeab5f09977f8"><code>c208172</code></a>
Directory, not folder</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/117f61aa2811c947e2bbcd6b0c6c3b5c1f18896a"><code>117f61a</code></a>
[MPLUGIN-529] Add new report goal 'report-no-fork' which will not invoke
proc...</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/a557837a42e5abe112d7633a5505bd3befc2ba77"><code>a557837</code></a>
Bump next version to 3.14.0-SNAPSHOT</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/532f1d35347a5095ead46d37b11a749279f0b54d"><code>532f1d3</code></a>
Bump org.jsoup:jsoup from 1.17.2 to 1.18.1</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/b75ead7d698d918f74c28081065b7053e6357a2e"><code>b75ead7</code></a>
Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/66498a241d64ecacc0b297aa78d1ddb70ac5fa8e"><code>66498a2</code></a>
Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/858d09a2305a1f3af1a00af10b0daa7b79ab7e10"><code>858d09a</code></a>
Unify IT config</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/b1a882cfcab1d97d9bf611f20f62756f7add5a4d"><code>b1a882c</code></a>
Bump org.assertj:assertj-core from 3.26.0 to 3.26.3</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/f8c8890933d2b24e6b434d3404d7ae598f2a91c4"><code>f8c8890</code></a>
Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugin-tools:maven-plugin-annotations&package-manager=maven&previous-version=3.13.1&new-version=3.14.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)

---

<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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent b354b56 commit 88151d2
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 @@ -90,7 +90,7 @@
<jmh.version>1.37</jmh.version>

<maven-plugin-api.version>3.9.9</maven-plugin-api.version>
<maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.14.0</maven-plugin-annotations.version>

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version>
Expand Down

0 comments on commit 88151d2

Please sign in to comment.