Repository: aurora Updated Branches: refs/heads/master e9a182fa0 -> 889f4b2e3
Update Curator to 2.11.1 The latest version includes a couple of bug fixes but nothing major worth calling out. Changelogs: * https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314425&version=12336950 * https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314425&version=12335828 Reviewed at https://reviews.apache.org/r/53794/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/889f4b2e Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/889f4b2e Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/889f4b2e Branch: refs/heads/master Commit: 889f4b2e3ae3f6e14220aa0e7684664b7156af5c Parents: e9a182f Author: Stephan Erb <[email protected]> Authored: Wed Nov 16 09:19:51 2016 +0100 Committer: Stephan Erb <[email protected]> Committed: Wed Nov 16 09:19:51 2016 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/889f4b2e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index bbd5e3a..848851b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169 } ext.commonsLangRev = '2.6' - ext.curatorRev = '2.10.0' + ext.curatorRev = '2.11.1' ext.gsonRev = '2.3.1' ext.guavaRev = '19.0' ext.guiceRev = '3.0'
