Merge "Add further debug logs for new tree IDs and inserters"
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index ba98971..ef7e225 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -200,8 +200,8 @@
     # Keep this version of Soy synchronized with the version used in Gitiles.
     maven_jar(
         name = "soy",
-        artifact = "com.google.template:soy:2022-07-20",
-        sha1 = "f64eb90da6d91beddf11653865c90f26d26710cf",
+        artifact = "com.google.template:soy:2023-09-13",
+        sha1 = "b88a029df7408c58452f80d6518723f1386d69b5",
     )
 
     # Test-only dependencies below.