This is an automated email from the ASF dual-hosted git repository. elharo 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 15e0ac11 Bump net.sourceforge.plantuml:plantuml from 1.2024.8 to 1.2025.0 (#633) 15e0ac11 is described below commit 15e0ac115cf893c4184fd8539c7e872df0e2202e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jan 8 16:30:20 2025 +0000 Bump net.sourceforge.plantuml:plantuml from 1.2024.8 to 1.2025.0 (#633) Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2024.8 to 1.2025.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.2024.8...v1.2025.0) --- updated-dependencies: - dependency-name: net.sourceforge.plantuml:plantuml dependency-type: direct:production update-type: version-update:semver-minor ... 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 079ba4e8..c4a7e1f1 100644 --- a/pom.xml +++ b/pom.xml @@ -254,7 +254,7 @@ <dependency> <groupId>net.sourceforge.plantuml</groupId> <artifactId>plantuml</artifactId> - <version>1.2024.8</version> + <version>1.2025.0</version> </dependency> </dependencies> <executions>