From b468d2f9af35cf544b22bce29591eee7f8ae5a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:24:04 +0000 Subject: [PATCH] Bump net.sourceforge.plantuml:plantuml from 1.2025.2 to 1.2025.4 Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2025.2 to 1.2025.4. - [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.2...v1.2025.4) --- updated-dependencies: - dependency-name: net.sourceforge.plantuml:plantuml dependency-version: 1.2025.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2eeff47..2f23711 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0' implementation group: 'io.dropwizard', name: 'dropwizard-core', version: '4.0.13' implementation group: 'jakarta.annotation', name: 'jakarta.annotation-api', version: '3.0.0' - implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2025.2' + implementation group: 'net.sourceforge.plantuml', name: 'plantuml', version: '1.2025.4' implementation group: 'org.inferred', name: 'freebuilder', version: '2.8.0' implementation group: 'ru.vyarus', name: 'dropwizard-guicey', version: '7.1.4' processor group: 'org.inferred', name: 'freebuilder', version: '2.8.0'