From a13ebcba8892e515ff824ca34414375a444dcb29 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:13 +0200 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.80 Closes gh-21223 --- 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 d891949b73..3d49d34d7a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -59,7 +59,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.79") { + library("AppEngine SDK", "1.9.80") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"