From 7ac88a3b1199c3adf843d4e81e98520367537b13 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:20:55 +0100 Subject: [PATCH] Upgrade to AspectJ 1.9.9.1 Closes gh-30944 --- 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 cbadd50a10..7b92dae597 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -39,7 +39,7 @@ bom { ] } } - library("AspectJ", "1.9.9") { + library("AspectJ", "1.9.9.1") { group("org.aspectj") { modules = [ "aspectjrt",