From 88393da438b363d22dba18f6c96db123f1e37b28 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 14 Nov 2023 20:00:47 +0000 Subject: [PATCH] Upgrade to AspectJ 1.9.20.1 Closes gh-38355 --- 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 e655d7d4556..2f3ca47b8e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -47,7 +47,7 @@ bom { ] } } - library("AspectJ", "1.9.20") { + library("AspectJ", "1.9.20.1") { group("org.aspectj") { modules = [ "aspectjrt",