From 77924aaa92b90926381c0fcb4fd9141eafc2c2eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:30:15 +0000 Subject: [PATCH] Update plugin plantuml to v8.10 --- 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 98403b1a367..b33f2015171 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -90,7 +90,7 @@ foojayResolver = { id = "org.gradle.toolchains.foojay-resolver", version = "0.8. gitPublish = { id = "org.ajoberstar.git-publish", version = "4.2.2" } jmh = { id = "me.champeau.jmh", version = "0.7.2" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } -plantuml = { id = "io.freefair.plantuml", version = "8.6" } +plantuml = { id = "io.freefair.plantuml", version = "8.10" } shadow = { id = "com.gradleup.shadow", version = "8.3.1" } spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA2" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }