Document that google-java-format 1.5 should be used
Change-Id: I4b12090afb06e75fe8d34594b704df3f36f62522
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt
index ee07880..c6cadbb 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -164,7 +164,7 @@
To format Java source code, Gerrit uses the
link:https://github.com/google/google-java-format[`google-java-format`]
-tool (version 1.3), and to format Bazel BUILD and WORKSPACE files the
+tool (version 1.5), and to format Bazel BUILD and WORKSPACE files the
link:https://github.com/bazelbuild/buildifier[`buildifier`] tool (version 0.6.0).
These tools automatically apply format according to the style guides; this
streamlines code review by reducing the need for time-consuming, tedious,