Align Gerrit API version to 2.14.12 Set the Gerrit API artifact version to 2.14.12 and the associated 3rd party libraries. Change-Id: I806905cb2a731778c69fa67d72b13385e21867c2
diff --git a/build.sbt b/build.sbt index 1bcb710..4b96130 100644 --- a/build.sbt +++ b/build.sbt
@@ -1,6 +1,6 @@ import sbt.Keys._ -val gerritApiVersion = "2.13.7" +val gerritApiVersion = "2.14.12" val pluginName = "analytics" @@ -8,7 +8,7 @@ .settings( name := pluginName, - version := "1.0-SNAPSHOT", + version := "2.14-SNAPSHOT", scalaVersion := "2.11.8", @@ -16,9 +16,9 @@ "io.fabric8" % "gitective-core" % "0.9.19" exclude ("org.eclipse.jgit", "org.eclipse.jgit"), - "com.google.inject" % "guice" % "3.0" % Provided, + "com.google.inject" % "guice" % "4.2.0" % Provided, "com.google.gerrit" % "gerrit-plugin-api" % gerritApiVersion % Provided withSources(), - "com.google.code.gson" % "gson" % "2.7" % Provided, + "com.google.code.gson" % "gson" % "2.8.0" % Provided, "joda-time" % "joda-time" % "2.9.4" % Provided, "org.scalatest" %% "scalatest" % "3.0.1" % Test,