Merge branch 'stable-2.15'

* stable-2.15:
  Adjust comment related to commonmark dependency

Change-Id: I44bfc1194e9f27f269ed33652f813dcdfd7dda45
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index 58de043..5951d5f 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -17,13 +17,13 @@
     sha1 = 'b8ba1c1eb8b2e45cfd465d01218c6060e887572e',
   )
 
-  # commonmark must match the version used in Gitiles
   maven_jar(
     name = 'commons-lang3',
     artifact = 'org.apache.commons:commons-lang3:3.7',
     sha1 = '557edd918fd41f9260963583ebf5a61a43a6b423',
   )
 
+  # commonmark must match the version used in Gitiles
   maven_jar(
     name = 'commonmark',
     artifact = 'com.atlassian.commonmark:commonmark:' + COMMONMARK_VERSION,