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.14.0 to 3.15.0 (#470)

Bumps
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
from 3.14.0 to 3.15.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/8e22d5ad1d15edd45a4ceebce0e6dd0e018ddc6e"><code>8e22d5a</code></a>
[maven-release-plugin] prepare release maven-plugin-tools-3.15.0</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/663511476a041b2067b47d5b37e19baefab7cc2e"><code>6635114</code></a>
[MPLUGIN-501] Upgrade to Doxia 2.0.0 Milestone Stack</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/15206546e79d82a146fe009ac8c12831a0ed78c8"><code>1520654</code></a>
[MPLUGIN-528] Tone done report plugin console output</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/810a5bdd69c1ab8a1d87e22af0f0f78d083f3c33"><code>810a5bd</code></a>
Bump org.apache.maven:maven-parent from 42 to 43</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/e4c3aa5b764ed7b4298faba00db87a0453670275"><code>e4c3aa5</code></a>
Bump org.hamcrest:hamcrest from 2.2 to 3.0</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/6ba823511188bd9e71f677655dcffef4b1ee1420"><code>6ba8235</code></a>
[MPLUGIN-530] Deprecate o.a.m.plugins.annotations.Component</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/f1acf76556e57632a36634f4ad683186786d4ed9"><code>f1acf76</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.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.14.0&new-version=3.15.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 Sep 11, 2024
1 parent e6aacab commit 88f8704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/templates/generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<properties>
<org.apache.maven.version>3.9.9</org.apache.maven.version>
<org.apache.maven.plugin-tools.version>3.14.0</org.apache.maven.plugin-tools.version>
<org.apache.maven.plugin-tools.version>3.15.0</org.apache.maven.plugin-tools.version>
<org.reflections.version>0.10.2</org.reflections.version>
<org.apache.maven-plugins.version>3.14.0</org.apache.maven-plugins.version>
</properties>
Expand Down

0 comments on commit 88f8704

Please sign in to comment.