From 5848beb5ae6e57bf689cae0f3a6e81d6ad93ea54 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Fri, 11 Sep 2020 10:59:50 -0700 Subject: [PATCH] Update OCMock to version 3.7.1 This gets us to latest and fixes a warning about a missing cast. This rolls buildroot to f83d1d75216e97fb696434bca1cb9a4e7a570fb6 Related patch: https://github.com/flutter/buildroot/pull/401 --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index fd9eefd17df4f..4fd040f7c084d 100644 --- a/DEPS +++ b/DEPS @@ -68,7 +68,7 @@ vars = { 'dart_usage_tag': '3.4.0', 'dart_watcher_rev': 'fc3c9aae5d31d707b3013b42634dde8d8a1161b4', - 'ocmock_tag': 'v3.4.3', + 'ocmock_tag': 'v3.7.1', # Build bot tooling for iOS 'ios_tools_revision': '69b7c1b160e7107a6a98d948363772dc9caea46f', @@ -105,7 +105,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a6c0959d1ac8cdfe6f9ff87892bc4905a73699fe', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'f83d1d75216e97fb696434bca1cb9a4e7a570fb6', # Fuchsia compatibility #