From e48f5de20f831de9644dfd07de23dae3f65368ad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Jul 2022 14:08:07 +0200 Subject: [PATCH 1/3] Upgrade to AppEngine SDK 1.9.98 Closes gh-31788 --- 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 5a45c5588d..8813954de5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -63,7 +63,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.97") { + library("AppEngine SDK", "1.9.98") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From 4449f41cf505ab8293955fea445c1d34baa0bd49 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Jul 2022 14:12:20 +0200 Subject: [PATCH 2/3] Upgrade to Kotlin Coroutines 1.6.4 Closes gh-31742 --- 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 2ef46bf0d5..fffd84a2f5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1100,7 +1100,7 @@ bom { ] } } - library("Kotlin Coroutines", "1.6.3-native-mt") { + library("Kotlin Coroutines", "1.6.4") { group("org.jetbrains.kotlinx") { imports = [ "kotlinx-coroutines-bom" From a62ea1e3b80732ce24b5bb25b178166a95ed6b68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Jul 2022 14:14:05 +0200 Subject: [PATCH 3/3] Upgrade to AppEngine SDK 1.9.98 Closes gh-31790 --- 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 fffd84a2f5..7afe57e1b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -66,7 +66,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.97") { + library("AppEngine SDK", "1.9.98") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"