Skip to content

Commit

Permalink
Bump net.sourceforge.plantuml:plantuml in /examples
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 8a87d18 commit ee5e8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

javadocClasspath "org.jacoco:org.jacoco.ant:${org.gradle.testing.jacoco.plugins.JacocoPlugin.DEFAULT_JACOCO_VERSION}"
javadocClasspath "org.apache.maven.plugins:maven-plugin-plugin:3.15.1"
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2024.8'
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2025.0'

asciidoctorExt "io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion plantuml-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
description = "Gradle Plugin for PlantUML"

// Note that this version should be kept in sync with src/main/java/io/freefair/gradle/plugins/plantuml/PlantumlPlugin.java
def plantUmlVersion='1.2024.8'
def plantUmlVersion='1.2025.0'

dependencies {
//noinspection GradlePackageUpdate
Expand Down

0 comments on commit ee5e8af

Please sign in to comment.