Bump Gerrit API version to 2.15.3

Update Gerrit API version and the associated Joda time level
used in stable-2.15

Change-Id: I64ae3b881a0c51e601a2a7416e3e78abbcca2187
diff --git a/build.sbt b/build.sbt
index 3f95333..9082863 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
 enablePlugins(GitVersioning)
 
-val gerritApiVersion = "2.14.12"
+val gerritApiVersion = "2.15.3"
 
 val pluginName = "analytics"
 
@@ -21,7 +21,7 @@
       "com.google.inject" % "guice" % "4.2.0" % Provided,
       "com.google.gerrit" % "gerrit-plugin-api" % gerritApiVersion % Provided withSources(),
       "com.google.code.gson" % "gson" % "2.8.0" % Provided,
-      "joda-time" % "joda-time" % "2.9.4" % Provided,
+      "joda-time" % "joda-time" % "2.9.9" % Provided,
 
       "org.scalatest" %% "scalatest" % "3.0.1" % Test,
       "net.codingwell" %% "scala-guice" % "4.1.0" % Test),