From b76b7b7bd9138a80d14b0db3e36c214df699c7a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Jul 2024 16:02:54 +0100 Subject: [PATCH] Upgrade to AspectJ 1.9.22.1 Closes gh-41470 --- 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 e5de34ac9ac..f6c3335d76b 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.22") { + library("AspectJ", "1.9.22.1") { group("org.aspectj") { modules = [ "aspectjrt",