From 7a8c5cc8a80af3acd17283b07b35a9e1d45d005e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:08:52 +0000 Subject: [PATCH] Bump com.google.appengine:appengine-api-stubs from 1.9.38 to 2.0.11 Bumps [com.google.appengine:appengine-api-stubs](https://github.com/GoogleCloudPlatform/appengine-java-standard) from 1.9.38 to 2.0.11. - [Release notes](https://github.com/GoogleCloudPlatform/appengine-java-standard/releases) - [Commits](https://github.com/GoogleCloudPlatform/appengine-java-standard/commits/v2.0.11) --- updated-dependencies: - dependency-name: com.google.appengine:appengine-api-stubs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4568f35b..851d8bd0c 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.35' testImplementation 'com.google.appengine:appengine-api-1.0-sdk:1.9.38' testImplementation 'com.google.appengine:appengine-api-labs:1.9.38' - testImplementation 'com.google.appengine:appengine-api-stubs:1.9.38' + testImplementation 'com.google.appengine:appengine-api-stubs:2.0.11' testImplementation 'com.google.appengine:appengine-testing:1.9.38' testImplementation 'com.squareup.okhttp:okhttp:2.7.5' testImplementation 'com.squareup.okhttp3:okhttp:4.0.0'