From 6c7e151cb2d27e28a2b587aa98c99d1b0dcf72be Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 16:45:19 +0100 Subject: [PATCH 1/2] Upgrade to Spring GraphQL 1.1.4 Closes gh-35303 --- 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 d14e9d9546..7ea775c9ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1362,7 +1362,7 @@ bom { ] } } - library("Spring GraphQL", "1.1.4-SNAPSHOT") { + library("Spring GraphQL", "1.1.4") { group("org.springframework.graphql") { modules = [ "spring-graphql", From 99b2de02b3fe215d76b79f6de75192623604b686 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 May 2023 16:45:24 +0100 Subject: [PATCH 2/2] Upgrade to Undertow 2.3.6.Final Closes gh-35448 --- 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 7ea775c9ab..2545af4253 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.5.Final") { + library("Undertow", "2.3.6.Final") { group("io.undertow") { modules = [ "undertow-core",