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 4b6330f0 Bump version.plantuml-maven-plugin from 0.4.12 to 0.4.13
(#1513)
4b6330f0 is described below
commit 4b6330f0d49d80071f38afc482915b82bf99e77d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 17 10:00:21 2026 +0100
Bump version.plantuml-maven-plugin from 0.4.12 to 0.4.13 (#1513)
Bumps `version.plantuml-maven-plugin` from 0.4.12 to 0.4.13.
Updates `it.mulders.puml:plantuml-v1-adapter` from 0.4.12 to 0.4.13
- [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases)
-
[Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4.12...v0.4.13)
Updates `it.mulders.puml:plantuml-maven-plugin` from 0.4.12 to 0.4.13
- [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases)
-
[Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4.12...v0.4.13)
---
updated-dependencies:
- dependency-name: it.mulders.puml:plantuml-v1-adapter
dependency-version: 0.4.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: it.mulders.puml:plantuml-maven-plugin
dependency-version: 0.4.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 926db045..0796ec4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,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.12</version.plantuml-maven-plugin>
+ <version.plantuml-maven-plugin>0.4.13</version.plantuml-maven-plugin>
<!-- required by plantuml-m-p 0.3 -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
</properties>