From fa1b2052e964b9bc8944c8edd2f9646cc39f18c2 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Fri, 26 Jan 2024 16:46:57 +0200 Subject: [PATCH] chore(deps): bump bazelisk from 1.18.0 to 1.19.0 (dev dep) ### Summary Bazelisk v1.19.0 comes with two significant changes: - MODULE.bazel and REPO.bazel files are now obeyed - Users will see a progress bar during binary downloads Signed-off-by: Aapo Talvensaari --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d860bcf7264..163d2539ba23 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ endif ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) KONG_SOURCE_LOCATION ?= $(ROOT_DIR) GRPCURL_VERSION ?= 1.8.5 -BAZLISK_VERSION ?= 1.18.0 +BAZLISK_VERSION ?= 1.19.0 H2CLIENT_VERSION ?= 0.4.0 BAZEL := $(shell command -v bazel 2> /dev/null) VENV = /dev/null # backward compatibility when no venv is built