From 930707bb3615d678e3404a159bc6b6827c1ce010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:44:09 +0000 Subject: [PATCH] Update plugin plantuml to v8.14 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 07aa3ccf0535..63845c7aef57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -108,6 +108,6 @@ jreleaser = { id = "org.jreleaser", version = "1.18.0" } kotlin = { id = "org.jetbrains.kotlin.jvm", version = "2.2.0-RC3" } nullaway = { id = "net.ltgt.nullaway", version = "2.2.0" } openrewrite = { id = "org.openrewrite.rewrite", version = "7.8.0" } -plantuml = { id = "io.freefair.plantuml", version = "8.13.1" } +plantuml = { id = "io.freefair.plantuml", version = "8.14" } shadow = { id = "com.gradleup.shadow", version = "8.3.6" } spotless = { id = "com.diffplug.spotless", version = "7.0.4" }