From bcdbc45e85efe98ea820f5024c5ca566ba0576d5 Mon Sep 17 00:00:00 2001 From: Marco Miller Date: Mon, 31 Aug 2020 15:42:22 -0400 Subject: [PATCH] Upgrade soy to 2020-08-24 Change-Id: Ic307d261de896579a059f2cbc56ff49d4bba4b4d --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3c6823228e..bb27ca780a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -752,8 +752,8 @@ maven_jar( # 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:2020-08-24", + sha1 = "e774bf5cc95923d2685292883fe219e231346e50", ) maven_jar(