Skip to content

Commit

Permalink
Upgrade PlantUML to 1.2023.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jan 13, 2024
1 parent 0736f00 commit 3d482d7
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: 14.2.0
bytefield-version: 1.8.0
c4plantuml-version: 1.2023.11
c4plantuml-version: 1.2023.13
d2-version: 0.6.3
dbml-version: 1.0.27
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.2023.11
plantuml-version: 1.2023.13
rackdiag-version: 3.1.0
seqdiag-version: 3.1.0
structurizr-version: 1.32.0
Expand Down
2 changes: 1 addition & 1 deletion server/ops/docker/jdk11-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ RUN SVGBOB_VERSION=`cat Cargo.toml | grep "svgbob_cli =" | sed -r 's/.*"([^"]+)"
FROM eclipse-temurin:11.0.20.1_1-jre-jammy

ARG D2_VERSION="0.6.3"
ARG PLANTUML_VERSION="1.2023.11"
ARG PLANTUML_VERSION="1.2023.13"
ARG UMLET_VERSION="2023-03-20_UMLet_v15.1"
ARG GRAPHVIZ_VERSION="9.0.0"
ARG DITAA_VERSION="1.0.3"
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 @@ -184,7 +184,7 @@ public SourceDecoder getSourceDecoder() {

@Override
public String getVersion() {
return "1.2023.11";
return "1.2023.13";
}

@Override
Expand Down

0 comments on commit 3d482d7

Please sign in to comment.