From 064932c19da6b9965c04c84619df35dd66e31e78 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 Nov 2023 11:41:57 +0000 Subject: [PATCH] Update dependency mikefarah/yq to v4.40.2 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1cff5c58a..a518eb91d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ KUBECTL_VERSION := v1.28.3 KUSTOMIZE_VERSION := v5.2.1 OPERATOR_SDK_VERSION := v1.31.0 PIPENV_VERSION := 2023.11.15 -YQ_VERSION := v4.35.2 +YQ_VERSION := v4.40.2 # We don't vendor modules. Enforce that behavior export GOFLAGS := -mod=readonly