From bcbc742a0ebb87bc28640ed685dfe0899d115363 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jul 2021 18:44:00 +0100 Subject: [PATCH] Upgrade to AspectJ 1.9.7 Closes gh-27194 --- 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 c4c353a66a..a1f68a68b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -96,7 +96,7 @@ bom { ] } } - library("AspectJ", "1.9.6") { + library("AspectJ", "1.9.7") { group("org.aspectj") { modules = [ "aspectjrt",