Skip to content

Commit

Permalink
Merge pull request #812 from freefair/dependabot/gradle/net.sourcefor…
Browse files Browse the repository at this point in the history
…ge.plantuml-plantuml-1.2023.9

Bump net.sourceforge.plantuml:plantuml from 1.2023.8 to 1.2023.9
  • Loading branch information
larsgrefer committed Jun 17, 2023
2 parents cc3b329 + 896e490 commit da9e270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.9.0"
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2023.8'
javadocClasspath 'net.sourceforge.plantuml:plantuml:1.2023.9'
}

tasks.register("docsZip", Zip) {
Expand Down
4 changes: 2 additions & 2 deletions plantuml-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description = "Gradle Plugin for PlantUML"

dependencies {
//noinspection GradlePackageUpdate
compileOnly 'net.sourceforge.plantuml:plantuml:1.2023.8'
compileOnly 'net.sourceforge.plantuml:plantuml:1.2023.9'

testRuntimeOnly 'net.sourceforge.plantuml:plantuml:1.2023.8'
testRuntimeOnly 'net.sourceforge.plantuml:plantuml:1.2023.9'
}

gradlePlugin {
Expand Down

0 comments on commit da9e270

Please sign in to comment.