From 14d860985c2a764fdb6a6072d5450d8360c4ce5b Mon Sep 17 00:00:00 2001 From: Paul Bethe Date: Thu, 29 Jun 2017 11:41:03 -0400 Subject: [PATCH] update to appengine 1.9.54 (#51) --- appengine/appengine.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/appengine.bzl b/appengine/appengine.bzl index 314b85b..19b190a 100644 --- a/appengine/appengine.bzl +++ b/appengine/appengine.bzl @@ -268,7 +268,7 @@ def appengine_war(name, jars, data, data_path, testonly = 0): ) -APPENGINE_VERSION = "1.9.51" +APPENGINE_VERSION = "1.9.54" APPENGINE_DIR = "appengine-java-sdk-" + APPENGINE_VERSION @@ -308,7 +308,7 @@ def appengine_repositories(): native.new_http_archive( name = "com_google_appengine_java", url = "http://central.maven.org/maven2/com/google/appengine/appengine-java-sdk/%s/%s.zip" % (APPENGINE_VERSION, APPENGINE_DIR), - sha256 = "f24cf8d8773cde0ce1c78a468d9a15cb824e9c99182c03216d398071f6024f8d", + sha256 = "79311d74886a555e135afb47395197ce5c69feb5e5557707dfd7bcddbad45e89", build_file_content = APPENGINE_BUILD_FILE, strip_prefix = APPENGINE_DIR, )