Skip to content

Commit

Permalink
Update junit5 monorepo (#667)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 25, 2023
1 parent 87c34fa commit ac7a5de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subprojects { Project subproject ->
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.9.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
}

Expand Down Expand Up @@ -226,7 +226,7 @@ subprojects { Project subproject ->
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.9.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hibernateGroovyProxy=1.1
jansiVersion=2.4.0
javaParserCoreVersion=3.23.0
jaxbVersion=2.3.1
junitJupiterVersion=5.9.1
junitJupiterVersion=5.9.2
micronautVersion=3.2.0
micronautSpringVersion=4.0.1
picocliVersion=4.6.3
Expand Down

0 comments on commit ac7a5de

Please sign in to comment.