Skip to content

Commit

Permalink
Bump net.sourceforge.plantuml:plantuml from 1.2024.8 to 1.2025.0
Browse files Browse the repository at this point in the history
Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2024.8 to 1.2025.0.
- [Release notes](https://github.com/plantuml/plantuml/releases)
- [Changelog](https://github.com/plantuml/plantuml/blob/master/CHANGES.md)
- [Commits](plantuml/plantuml@v1.2024.8...v1.2025.0)

---
updated-dependencies:
- dependency-name: net.sourceforge.plantuml:plantuml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 224777c commit 2fdda49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
dependencies {
implementation(gradleApi())

implementation("net.sourceforge.plantuml:plantuml:1.2024.8")
implementation("net.sourceforge.plantuml:plantuml:1.2025.0")

val kotestVersion = "5.9.1"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
Expand Down

0 comments on commit 2fdda49

Please sign in to comment.