From b2a9633e8d3321246eba832672ec765fd653f2cd Mon Sep 17 00:00:00 2001 From: Filip Filmar Date: Mon, 17 May 2021 14:19:01 -0700 Subject: [PATCH] [icu] Upgrade ICU to 69.1, the same commit used by Chromimum latest (flutter/engine#26200) --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 776d500c934..c7f446342bf 100644 --- a/DEPS +++ b/DEPS @@ -132,7 +132,7 @@ deps = { Var('chromium_git') + '/chromium/src/ios.git' + '@' + Var('ios_tools_revision'), 'src/third_party/icu': - Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'e05b663d1c50b4e9ecc3ff9325f5158f1d071471', + Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7e7574bd479497a5f8aa99310e83511d08a8ceef', 'src/third_party/khronos': Var('chromium_git') + '/chromium/src/third_party/khronos.git' + '@' + '7122230e90547962e0f0c627f62eeed3c701f275',