Skip to content

Commit 2b55cb8

Browse files
authored
Merge pull request kubernetes-sigs#9424 from sbueringer/pr-disable-diagram
🐛 Pin Plantuml version
2 parents 49e7f68 + 0fabde6 commit 2b55cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ YQ_BIN := yq
158158
YQ := $(abspath $(TOOLS_BIN_DIR)/$(YQ_BIN)-$(YQ_VER))
159159
YQ_PKG := github.com/mikefarah/yq/v4
160160

161-
PLANTUML_VER := 1.2023
161+
PLANTUML_VER := 1.2023.10
162162

163163
GINKGO_BIN := ginkgo
164164
GINGKO_VER := $(call get_go_version,github.com/onsi/ginkgo/v2)

0 commit comments

Comments
 (0)