Skip to content

Commit

Permalink
build(deps): Bump org.apache.maven.plugin-tools:maven-plugin-annotati…
Browse files Browse the repository at this point in the history
…ons from 3.11.0 to 3.12.0 (#1288)

Bumps
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
from 3.11.0 to 3.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-plugin-tools/releases">org.apache.maven.plugin-tools:maven-plugin-annotations's
releases</a>.</em></p>
<blockquote>
<h2>3.12.0</h2>
<h2><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&amp;version=12354176">Release
Notes - Maven Plugin Tools - Version 3.12.0</a></h2>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/0b69acc43ead6efb336c78895e59749f463cc899"><code>0b69acc</code></a>
[maven-release-plugin] prepare release maven-plugin-tools-3.12.0</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/e5e3dd235d572956d49ea461346466d54aec7195"><code>e5e3dd2</code></a>
code simplifications</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/e97ba772405c20849f5e47aa9b4971ddcbc9826b"><code>e97ba77</code></a>
[MPLUGIN-510] group history per common requirements</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/6f9c3d9371155f6a826f8052e099adb716163689"><code>6f9c3d9</code></a>
use <a href="https://github.com/Component"><code>@​Component</code></a>
instead of <a
href="https://github.com/Parameter"><code>@​Parameter</code></a> when
possible</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/d8fecbc1f8b83e9f38b20bd41bac907a9fa0bef4"><code>d8fecbc</code></a>
Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/a9dd57dbdd83e3bb295b9c1bf39c128b4eefc0d3"><code>a9dd57d</code></a>
rename mavenVersion to maven3Version</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/1aad21414b8ad92a880d22ffb2b935b3fefa85d8"><code>1aad214</code></a>
[MPLUGIN-514] switch from png+imagemap to svg</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/ddbaa5b46aff5581af5b16ab6ffec2ba3c466705"><code>ddbaa5b</code></a>
Bump apache/maven-gh-actions-shared from 3 to 4</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/cd747611b768031b57fda87bb8e19845d2dc69fa"><code>cd74761</code></a>
[MPLUGIN-511] add versions history requirements detection</li>
<li><a
href="https://github.com/apache/maven-plugin-tools/commit/d9f8d8941d6996ad39b6f4c427f8e126c1176154"><code>d9f8d89</code></a>
[MPLUGIN-511] prepare method to list releases history</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.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.11.0&new-version=3.12.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 38e406b commit 67e5bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j-migrations-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ivy.version>2.5.2</ivy.version>
<java-module-name>ac.simons.neo4j.migrations.maven</java-module-name>
<junit.version>4.13.2</junit.version>
<maven-plugin-annotations.version>3.11.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.12.0</maven-plugin-annotations.version>
<maven-plugin-testing-harness.version>3.3.0</maven-plugin-testing-harness.version>
<plexus-classworlds.version>2.8.0</plexus-classworlds.version>
<plexus-component-annotations.version>2.2.0</plexus-component-annotations.version>
Expand Down

0 comments on commit 67e5bba

Please sign in to comment.