Skip to content

Commit

Permalink
Update to PlantUML 1.2024.1 (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Mar 9, 2024
1 parent 61be70e commit b84e713
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Kroki
Copyright (c) 2020-present Kroki

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.13
c4plantuml-version: 1.2024.1
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.13
plantuml-version: 1.2024.1
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/jdk17-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:17.0.9_9-jre-jammy

ARG D2_VERSION="0.6.3"
ARG PLANTUML_VERSION="1.2023.13"
ARG PLANTUML_VERSION="1.2024.1"
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.13";
return "1.2024.1";
}

@Override
Expand Down

0 comments on commit b84e713

Please sign in to comment.