From b458bfad1993b1e62ef0bd4165fd6a5d62048a15 Mon Sep 17 00:00:00 2001 From: Arnaud Roques <plantuml@gmail.com> Date: Wed, 7 Dec 2022 22:51:38 +0100 Subject: [PATCH] Version 1.2022.14 --- pom.jdk8.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.jdk8.xml b/pom.jdk8.xml index 3578a3c..6b8bda4 100644 --- a/pom.jdk8.xml +++ b/pom.jdk8.xml @@ -53,7 +53,7 @@ <jetty.contextpath>/${wtp.contextName}</jetty.contextpath> <!-- main versions --> - <plantuml.version>1.2022.13</plantuml.version> + <plantuml.version>1.2022.14</plantuml.version> <!-- Please keep the jetty version identical with the docker image --> <jetty.version>11.0.7</jetty.version> <codemirror.version>5.63.0</codemirror.version> diff --git a/pom.xml b/pom.xml index 0efd836..3545085 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ <jetty.contextpath>/${wtp.contextName}</jetty.contextpath> <!-- main versions --> - <plantuml.version>1.2022.13</plantuml.version> + <plantuml.version>1.2022.14</plantuml.version> <!-- Please keep the jetty version identical with the docker image --> <jetty.version>11.0.7</jetty.version> <codemirror.version>5.63.0</codemirror.version> -- GitLab