Skip to content

Commit 19c8623

Browse files
Bump dev.aspectj:aspectj-maven-plugin from 1.13.1 to 1.14 (#14)
Bumps [dev.aspectj:aspectj-maven-plugin](https://github.com/dev-aspectj/aspectj-maven-plugin) from 1.13.1 to 1.14. <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</h2> <ul> <li>Consider classpath dependencies in &quot;build needed&quot; check. Fixes <a href="https://redirect.github.com/mojohaus/aspectj-maven-plugin/issues/15">mojohaus/aspectj-maven-plugin#15</a>.</li> <li>Downgrade default <code>aspectjtools</code> dependency to 1.9.7 for plugin to run on Java 8 again by default. Upgrading is still easily possible.</li> <li>Both the plugin builds themselves (including sources and javadocs) and the artifacts produced by the plugin are <a href="https://reproducible-builds.org/">reproducible</a>, see also the <a href="https://maven.apache.org/guides/mini/guide-reproducible-builds.html">Maven mini guide</a>. For more information, read the descriptions for options <code>argumentFileDirectory</code> and <code>argumentFileName</code>. Mojohaus version 1.14.0 does not produce reproducible AspectJ artifacts, only the plugin itself has a partially reproducible build (JAR only, not javadoc).</li> <li>Generate plugin documentation from ADOC (Asciidoc), no longer from APT (Almost Plain Text).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/54587051d59eea4a7f4ab87695602d6155ce8493"><code>5458705</code></a> Release 1.14</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/20f398ba9490a64c2fbae130dfeaa0359c5ac0bd"><code>20f398b</code></a> Add project URL and licence info for Maven Central deployment</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/338538a2ab94b4da01b68472f2c2331177040c3b"><code>338538a</code></a> Add source and javadoc JARs for Maven Central deployment</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/46bc2413ba4ccbf00ed100314810a75992f9b106"><code>46bc241</code></a> Add missing maven-plugin-report-plugin</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/55194df70e16c06fc6db126136a684093869b734"><code>55194df</code></a> Cosmetic javadoc improvements (code blocks etc.)</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/7cb35d3ce7a3020a9fd0882afc2ad7b862768f83"><code>7cb35d3</code></a> Add example link to sitemap to site.xml (inactive)</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/50329d1d05fc74b1ebbc5850d38ca0ff128b199d"><code>50329d1</code></a> Move project info to the bottom of the Maven site menu</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/b10b8d84307f3e636008a9aaa1f0d04ec264d8db"><code>b10b8d8</code></a> Add debug output to AbstractAjcCompiler::isBuildNeeded</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/56468736dbc15c93e50d9842a8ff1121c72a7c72"><code>5646873</code></a> ADOC: update &quot;version compatibility&quot; section</li> <li><a href="https://github.com/dev-aspectj/aspectj-maven-plugin/commit/7b14ed64a38eb4188d4e87612571eb60584ce30a"><code>7b14ed6</code></a> Fix some XML tags in ADOC examples</li> <li>Additional commits viewable in <a href="https://github.com/dev-aspectj/aspectj-maven-plugin/compare/aspectj-maven-plugin-1.13.1...aspectj-maven-plugin-1.14">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.13.1&new-version=1.14)](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> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent 2e90b37 commit 19c8623

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
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>dev.aspectj</groupId>
158158
<artifactId>aspectj-maven-plugin</artifactId>
159-
<version>1.13.1</version>
159+
<version>1.14</version>
160160
<configuration>
161161
<source>11</source> <!-- or higher -->
162162
<target>11</target> <!-- or higher -->

0 commit comments

Comments
 (0)