From 319aa0d47871c6daaacb268b25f43f3202d034cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:45:25 +0100 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.83 Closes gh-24082 --- 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 1a7e14c2fc6..2d29a24ac08 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.82") { + library("AppEngine SDK", "1.9.83") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"