From 6dcc289e6bc3f2c616a532f72191e69af8a74921 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Dec 2021 14:01:11 +0100 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.93 Closes gh-29038 --- 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 241ee0e64e..c892e38d80 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"