Skip to content

Commit

Permalink
Merge pull request #611 from grails/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.platform:junit-platform-runner to v1.10.0
  • Loading branch information
puneetbehl authored Sep 28, 2023
2 parents 9d24623 + 0d70b74 commit 2c27743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ subprojects { project ->
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
testImplementation "org.junit.platform:junit-platform-runner:1.9.1"
testImplementation "org.junit.platform:junit-platform-runner:1.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
}

Expand Down Expand Up @@ -255,7 +255,7 @@ subprojects { project ->
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.platform:junit-platform-runner:1.9.1"
testImplementation "org.junit.platform:junit-platform-runner:1.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
}

Expand Down

0 comments on commit 2c27743

Please sign in to comment.