diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index e1ae5ac..f231ee6 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -29,7 +29,7 @@ repositories { dependencies { implementation(gradleApi()) - implementation("net.sourceforge.plantuml:plantuml:1.2024.7") + implementation("net.sourceforge.plantuml:plantuml:1.2024.8") val kotestVersion = "5.9.1" testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")