mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
Update to version 1.2023.5
This commit is contained in:
parent
8a9825395a
commit
ebece93726
@ -53,7 +53,7 @@
|
|||||||
<jetty.contextpath>/${wtp.contextName}</jetty.contextpath>
|
<jetty.contextpath>/${wtp.contextName}</jetty.contextpath>
|
||||||
|
|
||||||
<!-- main versions -->
|
<!-- main versions -->
|
||||||
<plantuml.version>1.2023.1</plantuml.version>
|
<plantuml.version>1.2023.5</plantuml.version>
|
||||||
<!-- Please keep the jetty version identical with the docker image -->
|
<!-- Please keep the jetty version identical with the docker image -->
|
||||||
<jetty.version>11.0.7</jetty.version>
|
<jetty.version>11.0.7</jetty.version>
|
||||||
<codemirror.version>5.63.0</codemirror.version>
|
<codemirror.version>5.63.0</codemirror.version>
|
||||||
|
2
pom.xml
2
pom.xml
@ -53,7 +53,7 @@
|
|||||||
<jetty.contextpath>/${wtp.contextName}</jetty.contextpath>
|
<jetty.contextpath>/${wtp.contextName}</jetty.contextpath>
|
||||||
|
|
||||||
<!-- main versions -->
|
<!-- main versions -->
|
||||||
<plantuml.version>1.2023.1</plantuml.version>
|
<plantuml.version>1.2023.5</plantuml.version>
|
||||||
<!-- Please keep the jetty version identical with the docker image -->
|
<!-- Please keep the jetty version identical with the docker image -->
|
||||||
<jetty.version>11.0.7</jetty.version>
|
<jetty.version>11.0.7</jetty.version>
|
||||||
<codemirror.version>5.63.0</codemirror.version>
|
<codemirror.version>5.63.0</codemirror.version>
|
||||||
|
@ -45,7 +45,7 @@ import net.sourceforge.plantuml.NullOutputStream;
|
|||||||
import net.sourceforge.plantuml.OptionFlags;
|
import net.sourceforge.plantuml.OptionFlags;
|
||||||
import net.sourceforge.plantuml.SourceStringReader;
|
import net.sourceforge.plantuml.SourceStringReader;
|
||||||
import net.sourceforge.plantuml.StringUtils;
|
import net.sourceforge.plantuml.StringUtils;
|
||||||
import net.sourceforge.plantuml.code.Base64Coder;
|
import net.sourceforge.plantuml.utils.Base64Coder;
|
||||||
import net.sourceforge.plantuml.core.Diagram;
|
import net.sourceforge.plantuml.core.Diagram;
|
||||||
import net.sourceforge.plantuml.core.DiagramDescription;
|
import net.sourceforge.plantuml.core.DiagramDescription;
|
||||||
import net.sourceforge.plantuml.core.ImageData;
|
import net.sourceforge.plantuml.core.ImageData;
|
||||||
|
Loading…
Reference in New Issue
Block a user