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 03d908db Bump version.plantuml-maven-plugin from 0.4.11 to 0.4.12
(#1496)
03d908db is described below
commit 03d908db02a741c6c935bb7356ef0e065a1e554c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 20 08:46:22 2025 +0100
Bump version.plantuml-maven-plugin from 0.4.11 to 0.4.12 (#1496)
Bumps `version.plantuml-maven-plugin` from 0.4.11 to 0.4.12.
Updates `it.mulders.puml:plantuml-v1-adapter` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases)
-
[Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4.11...v0.4.12)
Updates `it.mulders.puml:plantuml-maven-plugin` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases)
-
[Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4.11...v0.4.12)
---
updated-dependencies:
- dependency-name: it.mulders.puml:plantuml-v1-adapter
dependency-version: 0.4.12
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: it.mulders.puml:plantuml-maven-plugin
dependency-version: 0.4.12
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 bfe33e19..40ac488f 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.11</version.plantuml-maven-plugin>
+ <version.plantuml-maven-plugin>0.4.12</version.plantuml-maven-plugin>
<!-- required by plantuml-m-p 0.3 -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
</properties>