From be5c168e8c25a27841874b47f1c9fb6ff345cb3c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 08:28:52 +0200 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.96 Closes gh-30682 --- 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 ef283b53db9..f72ac0adb2e 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.95") { + library("AppEngine SDK", "1.9.96") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"