From 76112f537f3595b9fbbf70b729a2fedea103b5cb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:43 +0200 Subject: [PATCH 1/6] Upgrade to Groovy 4.0.11 Closes gh-34911 --- 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 094585d0ac..44d9905905 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -291,7 +291,7 @@ bom { ] } } - library("Groovy", "4.0.10") { + library("Groovy", "4.0.11") { group("org.apache.groovy") { imports = [ "groovy-bom" From 5204b5abaaa467caf8e882854bc2bbeef861d47c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:48 +0200 Subject: [PATCH 2/6] Upgrade to jOOQ 3.17.11 Closes gh-34912 --- 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 44d9905905..c43c986741 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -658,7 +658,7 @@ bom { ] } } - library("jOOQ", "3.17.10") { + library("jOOQ", "3.17.11") { group("org.jooq") { modules = [ "jooq", From f3cdad35dfc35e6987137f584ffff055e070c8d1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:53 +0200 Subject: [PATCH 3/6] Upgrade to Maven Resources Plugin 3.3.1 Closes gh-34913 --- 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 c43c986741..d5dce1c46c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -911,7 +911,7 @@ bom { ] } } - library("Maven Resources Plugin", "3.3.0") { + library("Maven Resources Plugin", "3.3.1") { group("org.apache.maven.plugins") { plugins = [ "maven-resources-plugin" From b863fcd6a161890fb26b6b4d7854999f5f9edd4b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:31:58 +0200 Subject: [PATCH 4/6] Upgrade to Netty 4.1.91.Final Closes gh-34914 --- 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 d5dce1c46c..e6542acbfd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1025,7 +1025,7 @@ bom { ] } } - library("Netty", "4.1.90.Final") { + library("Netty", "4.1.91.Final") { group("io.netty") { imports = [ "netty-bom" From 62397031fdeaef7f57452725231b0adca3e3100c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:32:03 +0200 Subject: [PATCH 5/6] Upgrade to Undertow 2.3.5.Final Closes gh-34915 --- 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 e6542acbfd..641b4411e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1501,7 +1501,7 @@ bom { ] } } - library("Undertow", "2.3.4.Final") { + library("Undertow", "2.3.5.Final") { group("io.undertow") { modules = [ "undertow-core", From 734b837203be3046dd30d125f3ca68d2195665e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 16:32:09 +0200 Subject: [PATCH 6/6] Upgrade to Yasson 3.0.3 Closes gh-34916 --- 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 641b4411e6..4b0544cb8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1551,7 +1551,7 @@ bom { ] } } - library("Yasson", "3.0.2") { + library("Yasson", "3.0.3") { group("org.eclipse") { modules = [ "yasson"