From f3049e8e94665a6d6b4db8f221cd462d919019e7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 6 Jun 2021 20:25:47 +0200 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.89 Closes gh-26776 --- 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 ca5362993db..c62d045822e 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.88") { + library("AppEngine SDK", "1.9.89") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"