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 07f9749b Bump version.plantuml-maven-plugin from 0.4.10 to 0.4.11
(#1463)
07f9749b is described below
commit 07f9749bbd476789a914e5f4a2775b80ba9423be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 06:01:35 2025 +0100
Bump version.plantuml-maven-plugin from 0.4.10 to 0.4.11 (#1463)
Bumps `version.plantuml-maven-plugin` from 0.4.10 to 0.4.11.
Updates `it.mulders.puml:plantuml-v1-adapter` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases)
-
[Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4.10...v0.4.11)
Updates `it.mulders.puml:plantuml-maven-plugin` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/mthmulders/puml-maven-plugin/releases)
-
[Commits](https://github.com/mthmulders/puml-maven-plugin/compare/v0.4.10...v0.4.11)
---
updated-dependencies:
- dependency-name: it.mulders.puml:plantuml-v1-adapter
dependency-version: 0.4.11
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: it.mulders.puml:plantuml-maven-plugin
dependency-version: 0.4.11
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 88ac58f4..51b23ed9 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.10</version.plantuml-maven-plugin>
+ <version.plantuml-maven-plugin>0.4.11</version.plantuml-maven-plugin>
<!-- required by plantuml-m-p 0.3 -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
</properties>