From 2e43819e8daa36cfbca7d125a15b4c01cac3264f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:07:22 +0000 Subject: [PATCH] Upgrade to AspectJ 1.9.21 Closes gh-38797 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 9f3604c04c89..316bc1b7bada 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -83,7 +83,7 @@ bom { ] } } - library("AspectJ", "1.9.20.1") { + library("AspectJ", "1.9.21") { group("org.aspectj") { modules = [ "aspectjrt",