From 44e6cf2e55a291f692b7fb98f00defbd886699c2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:05:31 +0100 Subject: [PATCH] Upgrade to AspectJ 1.9.6 Closes gh-22540 --- 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 6a00574515..71febcff12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -92,7 +92,7 @@ bom { ] } } - library("AspectJ", "1.9.5") { + library("AspectJ", "1.9.6") { group("org.aspectj") { modules = [ "aspectjrt",