From 0ffafae375fc2dd959ba8df1365f468a9f90afe1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 11:13:51 +0100 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.90 Closes gh-27384 --- 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 552f5ea540e..a8a336fb404 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.89") { + library("AppEngine SDK", "1.9.90") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"