remove ALLOW_PLANTUML_INCLUDE + update to 1.2023.9

- update Plantuml to v1.2023.9
- PlantUML core removed `OptionFlags.ALLOW_INCLUDE` and uses now the `PLANTUML_SECURITY_PROFILE`
This commit is contained in:
HeinrichAD
2023-06-13 18:07:27 +02:00
committed by PlantUML
parent 09a7ce4973
commit 4202730c11
3 changed files with 22 additions and 21 deletions

View File

@@ -61,7 +61,7 @@
<jetty.contextpath>/${wtp.contextName}</jetty.contextpath>
<!-- main versions -->
<plantuml.version>1.2023.8</plantuml.version>
<plantuml.version>1.2023.9</plantuml.version>
<!-- Please keep the jetty version identical with the docker image -->
<jetty.version>11.0.15</jetty.version>
<!--