From 1dd859da102da684e220532c1504013f985f65f9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:10 +0200 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.96 Closes gh-30710 --- 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 bd3190f49f..3a6c4b4c8e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -66,7 +66,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.95") { + library("AppEngine SDK", "1.9.96") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"