Skip to content

Commit

Permalink
Merge pull request #1531 from grails/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo
  • Loading branch information
puneetbehl committed Sep 23, 2021
2 parents 76eacb9 + 7ffd71a commit 3c2c64a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,18 @@ subprojects {

api "org.codehaus.groovy:groovy:$groovyVersion"
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0"
testImplementation "org.junit.platform:junit-platform-runner:1.8.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.0"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1"
testImplementation "org.junit.platform:junit-platform-runner:1.8.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"

testImplementation(spockDependency) { transitive = false }
}

if (project.name == "grails-datastore-gorm-tck") {
api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
api "org.junit.jupiter:junit-jupiter-api:5.8.0"
api "org.junit.platform:junit-platform-runner:1.8.0"
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.0"
api "org.junit.jupiter:junit-jupiter-api:5.8.1"
api "org.junit.platform:junit-platform-runner:1.8.1"
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
implementation(spockDependency) { transitive = false }
}
}
Expand Down

0 comments on commit 3c2c64a

Please sign in to comment.