Skip to content

Commit

Permalink
Merge pull request #11727 from grails/dependabot/gradle/master/org.ju…
Browse files Browse the repository at this point in the history
…nit.platform-junit-platform-runner-1.7.1

Bump junit-platform-runner from 1.6.2 to 1.7.1
  • Loading branch information
puneetbehl authored Mar 17, 2021
2 parents 04f9788 + a131b34 commit 77843bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ subprojects { project ->

testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
testImplementation "org.junit.platform:junit-platform-runner:1.6.2"
testImplementation "org.junit.platform:junit-platform-runner:1.7.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"

if (project.name != "grails-docs") {
Expand Down
2 changes: 1 addition & 1 deletion grails-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
api("org.codehaus.groovy:groovy-test:$groovyVersion")
api("org.spockframework:spock-core:$spockVersion") { transitive = false }
api "org.junit.platform:junit-platform-runner:1.6.0"
api "org.junit.platform:junit-platform-runner:1.7.1"


provided project(":grails-plugin-mimetypes")
Expand Down

0 comments on commit 77843bd

Please sign in to comment.