This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new c6e54859 Bump version.plantuml-maven-plugin from 0.4 to 0.4.1 c6e54859 is described below commit c6e54859e1c491252c907f3ba75eed76cb4e4ce1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Mar 18 16:11:56 2025 +0100 Bump version.plantuml-maven-plugin from 0.4 to 0.4.1 Bumps `version.plantuml-maven-plugin` from 0.4 to 0.4.1. Updates `it.mulders.puml:plantuml-v1-adapter` from 0.4 to 0.4.1 - [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases) - [Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4...v0.4.1) Updates `it.mulders.puml:plantuml-maven-plugin` from 0.4 to 0.4.1 - [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases) - [Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4...v0.4.1) --- updated-dependencies: - dependency-name: it.mulders.puml:plantuml-v1-adapter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: it.mulders.puml:plantuml-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 292928f7..f45e193c 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <siteDirectory>${project.basedir}/content</siteDirectory> <!-- used by src/xdoc/errors/404.xml.vm as well --> <version.maven-fluido-skin>2.1.0</version.maven-fluido-skin> - <version.plantuml-maven-plugin>0.4</version.plantuml-maven-plugin> + <version.plantuml-maven-plugin>0.4.1</version.plantuml-maven-plugin> <!-- required by plantuml-m-p 0.3 --> <minimalJavaBuildVersion>17</minimalJavaBuildVersion> </properties>