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.6 to 1.2024.7.
- [Release notes](https://github.com/plantuml/plantuml/releases)
- [Changelog](https://github.com/plantuml/plantuml/blob/master/CHANGES.md)
- [Commits](plantuml/plantuml@v1.2024.6...v1.2024.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 53e0095 commit 4d26f45
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.0"
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2024.6'
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2024.7'

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.6'
def plantUmlVersion='1.2024.7'

dependencies {
//noinspection GradlePackageUpdate
Expand Down

0 comments on commit 4d26f45

Please sign in to comment.