From bffa26fefa488c82d4c863d03fd5ab2e88a08da5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:17 +0200 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.88 Closes gh-25953 --- 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 88c5958154..13f4ddae11 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.86") { + library("AppEngine SDK", "1.9.88") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"