Skip to content

Commit

Permalink
chore: upgrade PlantUML to 1.2025.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 16, 2025
1 parent d12ac6e commit ea542ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asciidoc:
blockdiag-version: 3.1.0
bpmn-version: 18.0.0
bytefield-version: 1.10.0
c4plantuml-version: 1.2024.1
c4plantuml-version: 1.2025.0
d2-version: 0.6.3
dbml-version: 1.0.30
diagramsnet-version: 16.2.4
Expand All @@ -20,7 +20,7 @@ asciidoc:
nwdiag-version: 3.1.0
packetdiag-version: 3.1.0
pikchr-version: '7269f78c4a'
plantuml-version: 1.2024.1
plantuml-version: 1.2025.0
rackdiag-version: 3.1.0
seqdiag-version: 3.1.0
structurizr-version: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion server/ops/docker/jdk17-noble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ARG D2_VERSION="0.6.3"
ARG DITAA_VERSION="1.0.3"
ARG DVISVGM_VERSION="3.2.1+ds-1build1"
ARG GRAPHVIZ_VERSION="9.0.0"
ARG PLANTUML_VERSION="1.2024.1"
ARG PLANTUML_VERSION="1.2025.0"
ARG UMLET_VERSION="2023-03-20_UMLet_v15.1"
ARG WIREVIZ_VERSION="0.3.3"
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/java/io/kroki/server/service/Plantuml.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public SourceDecoder getSourceDecoder() {

@Override
public String getVersion() {
return "1.2024.1";
return "1.2025.0";
}

@Override
Expand Down

0 comments on commit ea542ed

Please sign in to comment.