From 829a410247f46158a5589eefbe6b80b92c240b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:05:38 +0000 Subject: [PATCH] Bump net.sourceforge.plantuml:plantuml from 1.2025.4 to 1.2026.0 Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2025.4 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.4...v1.2026.0) --- updated-dependencies: - dependency-name: net.sourceforge.plantuml:plantuml dependency-version: 1.2026.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ca510f4bb..453ebbcaff 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ allprojects { configurations { taglet { - resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2025.4") + resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2026.0") } }