From c571dec9b3248df0d8d12582d202fc8b3d71a8fe Mon Sep 17 00:00:00 2001 From: engflow-github-automation Date: Fri, 1 Dec 2023 00:01:25 +0000 Subject: [PATCH 1/2] chore(deps): update com_engflow_engflowapis digest to 44fcd39 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 8577f478..7c10825e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -55,10 +55,10 @@ http_archive( http_archive( name = "com_engflow_engflowapis", - sha256 = "722ec1e668c4f834445a36a6df2361c038485ce812c6a6fd9f55a65662d53aab", - strip_prefix = "engflowapis-9ab1928c36ec91e621ceaf488719f0df664148a0", + sha256 = "8721f7a0ec52c5bc120119aac090eedd671ca3b708652f88b82b44bea2b6c278", + strip_prefix = "engflowapis-44fcd39598f223e8e5f6c7cbf2f73c870b2a6341", urls = [ - "https://github.com/EngFlow/engflowapis/archive/9ab1928c36ec91e621ceaf488719f0df664148a0.zip", + "https://github.com/EngFlow/engflowapis/archive/44fcd39598f223e8e5f6c7cbf2f73c870b2a6341.zip", ], ) From b4ca6c8889fe43eadb5964ede36c42e2eb9550ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Felipe=20Barco=20Santa?= Date: Sat, 2 Dec 2023 09:57:52 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 7c10825e..c922bb5c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -60,7 +60,7 @@ http_archive( urls = [ "https://github.com/EngFlow/engflowapis/archive/44fcd39598f223e8e5f6c7cbf2f73c870b2a6341.zip", ], -) +) http_archive( name = "io_grpc_grpc_java",