From e3b36b4c7ed483d28238725c3fcca9167eec513c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:03 +0100 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.93 Closes gh-29202 --- 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 4d54bfcbc2..373f568923 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.92") { + library("AppEngine SDK", "1.9.93") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"