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 1e04e3ed Bump net.sourceforge.plantuml:plantuml from 1.2025.10 to
1.2026.0 (#1508)
1e04e3ed is described below
commit 1e04e3ed058f167bb816ec549272916ec7d8e76e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 10 06:44:18 2026 +0100
Bump net.sourceforge.plantuml:plantuml from 1.2025.10 to 1.2026.0 (#1508)
Bumps
[net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from
1.2025.10 to 1.2026.0.
- [Release notes](https://github.com/plantuml/plantuml/releases)
- [Changelog](https://github.com/plantuml/plantuml/blob/master/CHANGES.md)
-
[Commits](https://github.com/plantuml/plantuml/compare/v1.2025.10...v1.2026.0)
---
updated-dependencies:
- dependency-name: net.sourceforge.plantuml:plantuml
dependency-version: 1.2026.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 b7360714..10582d3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
- <version>1.2025.10</version>
+ <version>1.2026.0</version>
</dependency>
</dependencies>
<executions>