Update bazlets to latest revision on stable-2.15

- Adjust names of prolog dependencies
- Add optional dir_name argument to gerrit_plugin
- gerrit_plugin: Improve stamping error message
- Upgrade Gerrit API to version 2.15.2
- Set Gerrit API snapshot version to 2.15.2-SNAPSHOT
- Fix the error in project properties generation file
- Switch to 2.14.9-SNAPSHOT Gerrit API version for local dev
- Fix deletion of Sonar Scanner folder
- Automate SonarQube analysis for plugins built with bazel
- Use bazel-cache instead of buck-cache
- Use bazel-cache instead of buck-cache
- Update Gerrit API to 2.14.8
- Upgrade API version to 2.15.1
- Upgrade API version to 2.15 final release
- Set Gerrit API snapshot version to 2.14.8-SNAPSHOT

Change-Id: Ic4127d13cabd8d860bf95d58130ad727529a8a2b
diff --git a/WORKSPACE b/WORKSPACE
index 3629f3c..598ff2b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "34d5ef186f73c80e61dcfa057ee400b2725164bf",
+    commit = "7ce9a3f58f030635b3a1229b7fb4c62ee7979bc8",
     # local_path = "/home/<user>/projects/bazlets",
 )