Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.7.1 to 3.8.1 (#761)

Bumps
[org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)
from 3.7.1 to 3.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b242658bf0"><code>b242658</code></a>
[maven-release-plugin] prepare release maven-plugin-tools-3.8.1</li>
<li><a
href="2721944828"><code>2721944</code></a>
Revert &quot;Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7
to 2.3 (<a
href="https://github-redirect.dependabot.com/apache/maven-plugin-tools/issues/1">#1</a>...</li>
<li><a
href="d99a455f77"><code>d99a455</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="9ca8a18dbb"><code>9ca8a18</code></a>
[maven-release-plugin] prepare release maven-plugin-tools-3.8.0</li>
<li><a
href="84f9a2e7b2"><code>84f9a2e</code></a>
[MPLUGIN-455] Bump plexus-archiver from 4.5.0 to 4.6.1 (<a
href="https://github-redirect.dependabot.com/apache/maven-plugin-tools/issues/189">#189</a>)</li>
<li><a
href="df4b8fdaf7"><code>df4b8fd</code></a>
Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (<a
href="https://github-redirect.dependabot.com/apache/maven-plugin-tools/issues/195">#195</a>)</li>
<li><a
href="25837eede0"><code>25837ee</code></a>
[MPLUGIN-441] Upgrade to maven alpha-4 (<a
href="https://github-redirect.dependabot.com/apache/maven-plugin-tools/issues/191">#191</a>)</li>
<li><a
href="4cd8c03219"><code>4cd8c03</code></a>
[MPLUGIN-454] Bump junit-bom from 5.9.1 to 5.9.2 (<a
href="https://github-redirect.dependabot.com/apache/maven-plugin-tools/issues/193">#193</a>)</li>
<li><a
href="52be8fafda"><code>52be8fa</code></a>
[MPLUGIN-453] Fix Temporary File Information Disclosure (<a
href="https://github-redirect.dependabot.com/apache/maven-plugin-tools/issues/176">#176</a>)</li>
<li><a
href="ce49816324"><code>ce49816</code></a>
[MPLUGIN-447] Ignore reformat commit rev in blame</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.1...maven-plugin-tools-3.8.1">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=gradle&previous-version=3.7.1&new-version=3.8.1)](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 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>
This commit is contained in:
dependabot[bot] 2023-03-07 09:05:32 +01:00 committed by GitHub
parent 8c4b24e73b
commit f83c91a37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ base.archivesName.set("static-instrumentation-maven-plugin")
dependencies { dependencies {
implementation("org.apache.maven:maven-plugin-api:3.5.0") // do not auto-update this version implementation("org.apache.maven:maven-plugin-api:3.5.0") // do not auto-update this version
implementation("org.apache.maven:maven-project:2.2.1") implementation("org.apache.maven:maven-project:2.2.1")
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.1") compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1")
compileOnly("org.apache.maven:maven-core:3.5.0") // do not auto-update this version compileOnly("org.apache.maven:maven-core:3.5.0") // do not auto-update this version
compileOnly("org.slf4j:slf4j-api") compileOnly("org.slf4j:slf4j-api")
testImplementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.1") testImplementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1")
testImplementation("org.apache.maven:maven-core:3.5.0") testImplementation("org.apache.maven:maven-core:3.5.0")
testImplementation("org.slf4j:slf4j-simple") testImplementation("org.slf4j:slf4j-simple")
} }