Update bazlets to latest revision on stable-2.15 to use 2.15.2 API

- 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
- Update Gerrit API to 2.14.7
- project.py: Python 3 compatibility
- Use release API version 2.15-rc3

Change-Id: I6a5e4d606d4dac826b9f1b512eb5e348b8416635
diff --git a/WORKSPACE b/WORKSPACE
index 3b4dc0f..4907d54 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "d9abef15db0f934bfe9adcb40b0c475807fd12bf",
+    commit = "7ce9a3f58f030635b3a1229b7fb4c62ee7979bc8",
     # local_path = "/home/<user>/projects/bazlets",
 )