Skip to content

Commit 7531804

Browse files
Upgrade: [dependabot] - bump dev.aspectj:aspectj-maven-plugin from 1.14 to 1.14.1 (#271)
Bumps [dev.aspectj:aspectj-maven-plugin](https://github.com/dev-aspectj/aspectj-maven-plugin) from 1.14 to 1.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dev-aspectj/aspectj-maven-plugin/releases">dev.aspectj:aspectj-maven-plugin's releases</a>.</em></p> <blockquote> <h2>1.14.1</h2> <ul> <li>This is a maintenance release for Maven 4 compatibility, closing <a href="https://redirect.github.com/dev-aspectj/aspectj-maven-plugin/issues/151">#151</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/d748f72f787b0981fe7eacc1fdc72538210965bc"><code>d748f72</code></a> Release 1.14.1</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/b1c11eb6fbf1ef1203dd0ffa1f4cb8f9b8bc0cf3"><code>b1c11eb</code></a> Update OSSRH server IDs in pom.xml</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/404b98d1c49568e17998a4b577ecab225f6923ed"><code>404b98d</code></a> Maven 4: No longer use immutable source roots collections</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/c3bdae1aafe64545a22c82377232abcf4c84ebc3"><code>c3bdae1</code></a> Fix XML snippet in README.md</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/861df8e9c7727baa0b8f40ece87d3b20f0ddd13f"><code>861df8e</code></a> Create FUNDING.yml</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/e453f9729018548514e4e273013cf7145b225c6f"><code>e453f97</code></a> Try to suppress dynamic info on Maven site to keep diffs small</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/3d15c70dd5c36f92fdee2f6aed3bfe776261711e"><code>3d15c70</code></a> Bump asciidoctorj-diagram to 2.3.0</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/2b84b56182be8adb25d9f8de14289bb0d2a7f528"><code>2b84b56</code></a> Update links to AJC reference page and AJC docs pages</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/eb053c889220ebe2baa271b5be22351a227ccfbb"><code>eb053c8</code></a> Remove obsolete profiles and update Enforcer config</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/749ccb05d1538ca1835c4c0016af0f98e0d7d265"><code>749ccb0</code></a> Move some Maven plugin configs to plugin management section</li> <li>Additional commits viewable in <a href="https://github.com/dev-aspectj/aspectj-maven-plugin/compare/aspectj-maven-plugin-1.14...aspectj-maven-plugin-1.14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dev.aspectj:aspectj-maven-plugin&package-manager=maven&previous-version=1.14&new-version=1.14.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
1 parent 668a87c commit 7531804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>dev.aspectj</groupId>
213213
<artifactId>aspectj-maven-plugin</artifactId>
214-
<version>1.14</version>
214+
<version>1.14.1</version>
215215
<dependencies>
216216
<dependency>
217217
<groupId>org.aspectj</groupId>

0 commit comments

Comments
 (0)