Skip to content

Commit

Permalink
Merge pull request #1570 from plantuml/dependabot/gradle/org.apache.a…
Browse files Browse the repository at this point in the history
…nt-ant-1.10.14

chore(deps): bump org.apache.ant:ant from 1.10.13 to 1.10.14
  • Loading branch information
arnaudroques committed Oct 5, 2023
2 parents 44cda2c + 3a302fb commit 368a782
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")

testImplementation("io.github.glytching:junit-extensions:2.6.0")
testImplementation("org.assertj:assertj-core:3.24.2")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-asl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-bsd/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-epl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-gplv2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-lgpl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
Expand Down
2 changes: 1 addition & 1 deletion plantuml-mit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

dependencies {
compileOnly("org.apache.ant:ant:1.10.13")
compileOnly("org.apache.ant:ant:1.10.14")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.scilab.forge:jlatexmath:1.0.7")
Expand Down

0 comments on commit 368a782

Please sign in to comment.