From bf98729cf93cd1c7797b63bc00ef49f517054d0e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Aug 2023 15:24:13 +0200 Subject: [PATCH 1/2] Upgrade to AspectJ 1.9.20 Closes gh-37001 --- 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 0d77edf679..6b0ffcc454 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.19") { + library("AspectJ", "1.9.20") { group("org.aspectj") { modules = [ "aspectjrt", From b99ebc6f8788812360de450bca81940e374a2742 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Aug 2023 15:24:18 +0200 Subject: [PATCH 2/2] Upgrade to Lettuce 6.2.6.RELEASE Closes gh-37002 --- 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 6b0ffcc454..a55b1e8f00 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -776,7 +776,7 @@ bom { ] } } - library("Lettuce", "6.2.5.RELEASE") { + library("Lettuce", "6.2.6.RELEASE") { group("io.lettuce") { modules = [ "lettuce-core"