Update gerritcodereview for Soy template imports.
Soy is in the process of removing FQN template calls.
PiperOrigin-RevId: 356526984
Change-Id: I7c28be4f782f65de1b1125966597db0812fa0fa6
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index 62db566..0abaa54 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -164,8 +164,8 @@
# Keep this version of Soy synchronized with the version used in Gitiles.
maven_jar(
name = "soy",
- artifact = "com.google.template:soy:2019-10-08",
- sha1 = "4518bf8bac2dbbed684849bc209c39c4cb546237",
+ artifact = "com.google.template:soy:2021-02-01",
+ sha1 = "8e833744832ba88059205a1e30e0898f925d8cb5",
)
# Test-only dependencies below.