Skip to content

Commit

Permalink
Merge pull request #2599 from mbeddr/renovate/ant
Browse files Browse the repository at this point in the history
fix(deps): update ant to v1.10.15
  • Loading branch information
sergej-koscejev authored Nov 16, 2024
2 parents 5471cfc + 04f7252 commit c0d2afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subprojects/com.mbeddr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ subprojects {
//mps "com.jetbrains:mps:$mpsBuild"
mps "com.jetbrains.mps:mps-prerelease:$mpsBuild"
mpsExtensions "de.itemis.mps:extensions:$mpsExtensionsVersion"
ant_lib "org.apache.ant:ant-junit:1.10.1"
ant_lib "org.apache.ant:ant-junit:1.10.15"
}

ext["itemis.mps.gradle.ant.defaultScriptClasspath"] = configurations.ant_lib
Expand Down
4 changes: 2 additions & 2 deletions subprojects/com.mbeddr/languages/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def usePrebuiltPlatform = ciBuild && !project.hasProperty('forceBuildPlatform')

dependencies {
junitAnt 'junit:junit:4.13.2'
junitAnt('org.apache.ant:ant-junit:1.9.7') {
junitAnt('org.apache.ant:ant-junit:1.10.15') {
transitive = false
}
junitAnt('org.apache.ant:ant-junit4:1.9.7') {
junitAnt('org.apache.ant:ant-junit4:1.10.15') {
transitive = false
}

Expand Down

0 comments on commit c0d2afb

Please sign in to comment.