From 2dae04a79812a77fb583a56803a05968eab3f1f5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Apr 2024 10:27:29 +0100 Subject: [PATCH] Upgrade to AspectJ 1.9.22 Closes gh-40279 --- 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 967c6b03e8a..1fcdfb66dd9 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.21") { + library("AspectJ", "1.9.22") { group("org.aspectj") { modules = [ "aspectjrt",