Skip to content

Commit 016baf4

Browse files
Bump org.aspectj:aspectjrt from 1.9.8 to 1.9.21.1 (#16)
Bumps [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) from 1.9.8 to 1.9.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse/org.aspectj/releases">org.aspectj:aspectjrt's releases</a>.</em></p> <blockquote> <h2>1.9.21.1</h2> <p>Java 21 maintenance release.</p> <p>For load-time weaving (LTW) on JDK 16+, using <code>--add-opens</code> is no longer necessary!</p> <p><a href="https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-1.9.21.adoc">AspectJ 1.9.21 release notes</a></p> <h2>1.9.21</h2> <p>Java 21.</p> <p><a href="https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-1.9.21.adoc">AspectJ 1.9.21 release notes</a></p> <h2>1.9.20.1</h2> <p>Java 20 bugfix release.</p> <p><a href="https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-1.9.20.adoc">AspectJ 1.9.20.1 release notes</a></p> <h2>1.9.20</h2> <p>Java 20.</p> <p><a href="https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-1.9.20.adoc">AspectJ 1.9.20 release notes</a></p> <h2>1.9.19</h2> <p>Java 19.</p> <p><a href="https://github.com/eclipse-aspectj/aspectj/blob/master/docs/release/README-1.9.19.adoc">AspectJ 1.9.19 release notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/eclipse/org.aspectj/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.aspectj:aspectjrt&package-manager=maven&previous-version=1.9.8&new-version=1.9.21.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 95802d3 commit 016baf4

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
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.aspectj</groupId>
103103
<artifactId>aspectjrt</artifactId>
104-
<version>1.9.8</version>
104+
<version>1.9.21.1</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)