diff --git a/README.md b/README.md index 2d69571..6167ede 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# openfasttrace-architecture-template +# OpenFastTrace Architecture Template Template for system and software architecture done with OpenFastTrace. @@ -9,7 +9,11 @@ The architecture documents structure is based the the [arc42](https://arc42.org) The [arc42 template](https://github.com/arc42/arc42-template) is offered under the [CC-BY-SA](LICENSE.txt). Please keep attributions in all derived works. This build automatically includes license headers in the Markdown files for that reasons. See ["Automatic License Headers"](#automatic-license-headers) for details. - + +## Change Log + +* [Change log](doc/changelog.md) + ## Installation ### On Debian / Ubuntu Linux diff --git a/doc/changelog.md b/doc/changelog.md new file mode 100644 index 0000000..4046949 --- /dev/null +++ b/doc/changelog.md @@ -0,0 +1,3 @@ +## Change Log + +* [1.0.0](changes_1.0.0.md) \ No newline at end of file diff --git a/doc/changes_1.0.0.md b/doc/changes_1.0.0.md new file mode 100644 index 0000000..f9daed0 --- /dev/null +++ b/doc/changes_1.0.0.md @@ -0,0 +1,5 @@ +# OpenFastTrace Architecture Template - 1.0.0 + +In this release we updated the PlantUML dependency to fix CVE-2023-3432. + +* #8: Updated the PlantUML dependency to fix CVE-2023-3432 \ No newline at end of file diff --git a/pom.xml b/pom.xml index e0e6c45..6b48446 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ maven-resources-plugin - 3.1.0 + 3.3.1 copy-resources @@ -68,9 +68,9 @@ - com.github.jeluard + com.github.davidmoten plantuml-maven-plugin - 1.2 + 0.2.9 plantuml @@ -81,20 +81,23 @@ - + ${spec.model.directory}/diagrams **/*.plantuml - - svg + + + svg + ${spec.build.uml.directory} + true net.sourceforge.plantuml plantuml - 1.2018.8 + 1.2023.13 @@ -102,7 +105,7 @@ org.codehaus.mojo license-maven-plugin - 1.16 + 2.3.0 false true @@ -149,7 +152,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.1.0 + 3.6.0 ${project.basedir}/src/assembly/htmldoc.xml @@ -176,7 +179,7 @@ org.codehaus.mojo exec-maven-plugin - 1.6.0 + 3.1.1 pandoc-pdf @@ -243,6 +246,26 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.4.1 + + + enforce-maven + + enforce + + + + + 3.6.3 + + + + + +