Skip to content

Commit c2c25ff

Browse files
committed
Update PlantUML version (1.2020.16 -> 1.2022.6)
1 parent 6859acb commit c2c25ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/tools/plantuml.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FROM maven:3-jdk-8
3131
ARG PLANTUML_VERSION
3232

3333
RUN apt-get update && apt-get install -y --no-install-recommends graphviz fonts-symbola fonts-wqy-zenhei && rm -rf /var/lib/apt/lists/*
34-
RUN wget -O /plantuml.jar http://sourceforge.net/projects/plantuml/files/plantuml.${PLANTUML_VERSION}.jar/download
34+
RUN wget -O /plantuml.jar https://github.com/plantuml/plantuml/releases/download/v${PLANTUML_VERSION}/plantuml-${PLANTUML_VERSION}.jar
3535

3636
# By default, java writes a 'hsperfdata_<username>' directory in the work dir.
3737
# This directory is not needed; to ensure it is not written, we set `-XX:-UsePerfData`

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
MDBOOK_VERSION := v0.4.5
1616
GOLANG_VERSION := 1.18.3
17-
PLANTUML_VERSION := 1.2020.16
17+
PLANTUML_VERSION := 1.2022.6
1818
GH_VERSION := 1.2.0

0 commit comments

Comments
 (0)