From c5830b083c42acf941288e528a3e5419a183b69b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:02 +0100 Subject: [PATCH 1/5] Upgrade to AppEngine SDK 1.9.92 Closes gh-28551 --- 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 6666c3d016..ce54641ebc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -60,7 +60,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.91") { + library("AppEngine SDK", "1.9.92") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 2584463fed985937d4ef39c4d9b145c51760b3e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:03 +0100 Subject: [PATCH 2/5] Upgrade to Gson 2.8.9 Closes gh-28552 --- 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 ce54641ebc..f6ce1dc0f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -359,7 +359,7 @@ bom { ] } } - library("Gson", "2.8.8") { + library("Gson", "2.8.9") { group("com.google.code.gson") { modules = [ "gson" From e06bb693f866a1fae0ce8d8e0ef1e90a42311939 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:04 +0100 Subject: [PATCH 3/5] Upgrade to Johnzon 1.2.15 Closes gh-28553 --- 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 f6ce1dc0f1..6f2c55ece4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -817,7 +817,7 @@ bom { ] } } - library("Johnzon", "1.2.14") { + library("Johnzon", "1.2.15") { group("org.apache.johnzon") { modules = [ "johnzon-core", From c14b07717cd627253c2edda91c8b214c5342af3e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:05 +0100 Subject: [PATCH 4/5] Upgrade to Netty 4.1.70.Final Closes gh-28554 --- 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 6f2c55ece4..ef559c5889 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1188,7 +1188,7 @@ bom { ] } } - library("Netty", "4.1.69.Final") { + library("Netty", "4.1.70.Final") { group("io.netty") { imports = [ "netty-bom" From e802d6b10259aa6249379f046e29e7e1b494e2d2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:32:07 +0100 Subject: [PATCH 5/5] Upgrade to Netty tcNative 2.0.45.Final Closes gh-28555 --- 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 ef559c5889..302c345c63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1195,7 +1195,7 @@ bom { ] } } - library("Netty tcNative", "2.0.44.Final") { + library("Netty tcNative", "2.0.45.Final") { group("io.netty") { modules = [ "netty-tcnative",