From 6e131fb904e6db31bdc6b01bf7e390768b99a5f1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:26:21 +0100 Subject: [PATCH] Upgrade to AppEngine SDK 1.9.98 Closes gh-35462 --- 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 c5e5dc6fab..c57711603c 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.96") { + library("AppEngine SDK", "1.9.98") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk"