From 583fb67ff29b6e010cc81d42eff4121621e52497 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 15:56:27 +0000 Subject: [PATCH] chore(deps): update dependency bronze1man/yaml2json to v1.3.5 --- hack/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/common/Makefile b/hack/common/Makefile index 3056b2d..a81d133 100644 --- a/hack/common/Makefile +++ b/hack/common/Makefile @@ -199,7 +199,7 @@ OCM_VERSION ?= 0.16.2 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION ?= v3.13.2 # renovate: datasource=github-releases depName=bronze1man/yaml2json -YAML2JSON_VERSION ?= v1.3.3 +YAML2JSON_VERSION ?= v1.3.5 ifndef LOCALBIN_TARGET LOCALBIN_TARGET := true