You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2014/03/07 19:20:26 UTC

git commit: Bump protobuf version to match version used by mesos library.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master bb52bcbf6 -> e63ea1aa9


Bump protobuf version to match version used by mesos library.

Bugs closed: AURORA-250

Reviewed at https://reviews.apache.org/r/18913/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/e63ea1aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/e63ea1aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/e63ea1aa

Branch: refs/heads/master
Commit: e63ea1aa9166e8e49ddb8952ab82a0630816811e
Parents: bb52bcb
Author: Bill Farner <wf...@apache.org>
Authored: Fri Mar 7 10:19:48 2014 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Fri Mar 7 10:19:48 2014 -0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/e63ea1aa/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 265f385..9b8827e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -140,7 +140,7 @@ dependencies {
   def guavaDep = 'com.google.guava:guava:15.0'
   compile guavaDep
   compile 'com.google.inject:guice:3.0'
-  compile 'com.google.protobuf:protobuf-java:2.4.1'
+  compile 'com.google.protobuf:protobuf-java:2.5.0'
   def jerseyRev = '1.12'
   compile "com.sun.jersey:jersey-core:${jerseyRev}"
   compile "com.sun.jersey:jersey-json:${jerseyRev}"