From 0fabde62ea8fce6d99b84d83b8aca62e6fedbe95 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 14 Sep 2023 06:03:18 +0200 Subject: [PATCH] Pin plantuml version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1d3befbe8d5..4a299ae32142 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ YQ_BIN := yq YQ := $(abspath $(TOOLS_BIN_DIR)/$(YQ_BIN)-$(YQ_VER)) YQ_PKG := github.com/mikefarah/yq/v4 -PLANTUML_VER := 1.2023 +PLANTUML_VER := 1.2023.10 GINKGO_BIN := ginkgo GINGKO_VER := $(call get_go_version,github.com/onsi/ginkgo/v2)