Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 26, 2022
1 parent a756286 commit ab14a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -493,9 +493,9 @@ subprojects { project ->
api groovyDependency

testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
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 "org.junit.jupiter:junit-jupiter-api:5.9.0"
testImplementation "org.junit.platform:junit-platform-runner:1.9.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.0"

if (project.name != "grails-docs") {
// Logging
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.8.2"
api "org.junit.platform:junit-platform-runner:1.9.0"


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

0 comments on commit ab14a3e

Please sign in to comment.