Merge branch 'stable-2.16'

* stable-2.16:
  Upgrade javamelody-core to 1.76.0
  Upgrade bazlets to latest stable-2.16 to build with 2.16.4 API
  Upgrade bazlets to latest stable-2.15 to build with 2.15.9 API
  Upgrade bazlets to latest stable-2.15 to build with 2.15.8 API
  Upgrade bazlets to latest stable-2.14 to build with 2.14.18 API
  Upgrade bazlets to latest stable-2.16 to build with 2.16.2 API
  MonitoringTopMenu: Prepend path to the top menu item

Change-Id: I4eafdb96bfe4645a3f9ba6c59f66c52e27bba533
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index c15a15a..4d9b149 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -3,8 +3,8 @@
 def external_plugin_deps():
     maven_jar(
         name = "javamelody-core",
-        artifact = "net.bull.javamelody:javamelody-core:1.75.0",
-        sha1 = "0568dded8ec5c7780cc5eab15bc39c0d6b643913",
+        artifact = "net.bull.javamelody:javamelody-core:1.76.0",
+        sha1 = "fc10686295d168a45ffef476e2d949dc19fe7a90",
     )
 
     maven_jar(