From 972f474fc4ba1efc9d762e66e5772dc31695abe2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Apr 2020 09:40:46 +0100 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.79 Closes gh-20762 --- 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 8c547a277d..171e8b678b 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.78") { + library("AppEngine SDK", "1.9.79") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"