From b00a19543eb4e0b0296b4cf20ca5572798bd2aba Mon Sep 17 00:00:00 2001 From: gardener-ci-robot Date: Thu, 18 Dec 2025 16:50:34 +0000 Subject: [PATCH] chore(deps): update dependency open-component-model/ocm to v0.34.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18342e25..4afca19d 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ FORMATTER_VERSION ?= v0.39.0 # renovate: datasource=github-releases depName=golangci/golangci-lint LINTER_VERSION ?= v2.7.2 # renovate: datasource=github-releases depName=open-component-model/ocm -OCM_VERSION ?= 0.34.1 +OCM_VERSION ?= 0.34.2 .PHONY: localbin localbin: ## Creates the local bin folder, if it doesn't exist. Not meant to be called manually, used as requirement for the other tool commands.