From 7aa506a2385a5ffeea5423841118dc9399e0d9fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:01 +0200 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.88 Closes gh-26043 --- 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 f7ce60e537..4378dc7aa6 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.87") { + library("AppEngine SDK", "1.9.88") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"