From e0b08f0536c7bd833ad5c1a21c7a53d626638aa5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:20:12 +0100 Subject: [PATCH 1/4] Upgrade to Janino 3.1.9 Closes gh-33271 --- 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 53e2102fea..99e508b66e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -732,7 +732,7 @@ bom { ] } } - library("Janino", "3.1.8") { + library("Janino", "3.1.9") { group("org.codehaus.janino") { modules = [ "commons-compiler", From 7d3fa4e7a68822033421f6cdd0ef90b45c8888c9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:23:17 +0100 Subject: [PATCH 2/4] Upgrade to Byte Buddy 1.12.19 Closes gh-33272 --- 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 6434c19063..b9b7dccbf1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -152,7 +152,7 @@ bom { ] } } - library("Byte Buddy", "1.12.18") { + library("Byte Buddy", "1.12.19") { group("net.bytebuddy") { modules = [ "byte-buddy", From 87444abccba8f2753c3f19c9fd5b9eb08136c2f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:23:20 +0100 Subject: [PATCH 3/4] Upgrade to Ehcache3 3.10.6 Closes gh-33273 --- 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 b9b7dccbf1..431f237dc3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -290,7 +290,7 @@ bom { ] } } - library("Ehcache3", "3.10.4") { + library("Ehcache3", "3.10.6") { group("org.ehcache") { modules = [ "ehcache", From f841cafbc914cbd5ec01eadef1ad966cb7c8f3cf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 22:23:23 +0100 Subject: [PATCH 4/4] Upgrade to Janino 3.1.9 Closes gh-33274 --- 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 431f237dc3..8205808b25 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -763,7 +763,7 @@ bom { ] } } - library("Janino", "3.1.8") { + library("Janino", "3.1.9") { group("org.codehaus.janino") { modules = [ "commons-compiler",