Skip to content

Commit

Permalink
Bump org.apache.ant:ant-junit from 1.10.6 to 1.10.15
Browse files Browse the repository at this point in the history
Bumps org.apache.ant:ant-junit from 1.10.6 to 1.10.15.

---
updated-dependencies:
- dependency-name: org.apache.ant:ant-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 79b1fb8 commit 2249478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ configurations {
}

dependencies {
ant_lib "org.apache.ant:ant-junit:1.10.14"
ant_lib "org.apache.ant:ant-junit:1.10.15"

def elkVersion = "0.9.1"
diagram_lib ("org.eclipse.elk:org.eclipse.elk.alg.common:$elkVersion")
Expand Down Expand Up @@ -365,10 +365,10 @@ configurations {
}
dependencies {
junitAnt 'junit:junit:4.13.2'
junitAnt('org.apache.ant:ant-junit:1.10.14') {
junitAnt('org.apache.ant:ant-junit:1.10.15') {
transitive = false
}
junitAnt('org.apache.ant:ant-junit4:1.10.14') {
junitAnt('org.apache.ant:ant-junit4:1.10.15') {
transitive = false
}
}
Expand Down

0 comments on commit 2249478

Please sign in to comment.