Skip to content

Commit

Permalink
Merge pull request #1560 from grails/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update junit5 monorepo
  • Loading branch information
puneetbehl authored Nov 29, 2021
2 parents 1c766d0 + 549f843 commit 64de073
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.1"
testImplementation "org.junit.platform:junit-platform-runner:1.8.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
testImplementation "org.junit.platform:junit-platform-runner:1.8.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"

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.1"
api "org.junit.platform:junit-platform-runner:1.8.1"
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.1"
api "org.junit.jupiter:junit-jupiter-api:5.8.2"
api "org.junit.platform:junit-platform-runner:1.8.2"
runtimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
implementation(spockDependency) { transitive = false }
}
}
Expand Down

0 comments on commit 64de073

Please sign in to comment.