Skip to content

Commit

Permalink
Merge pull request #648 from grails/renovate/junit-jupiter-monorepo
Browse files Browse the repository at this point in the history
Update junit-jupiter monorepo to v5.10.1
  • Loading branch information
puneetbehl authored Nov 6, 2023
2 parents 9de42b9 + e817bec commit b161c64
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 @@ -255,9 +255,9 @@ subprojects { project ->
testImplementation "org.codehaus.groovy:groovy-templates:$groovyVersion"
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
testImplementation "org.junit.platform:junit-platform-runner:1.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hibernatePluginVersion=8.0.1
hibernateValidatorVersion=6.2.5.Final
jansiVersion=2.4.0
javaParserCoreVersion=3.25.5
junitJupiterVersion=5.10.0
junitJupiterVersion=5.10.1
mongodbDriverVersion=4.11.0
mongodbRxDriverVersion=1.10.0
pluginGrailsVersion=6.0.0
Expand Down

0 comments on commit b161c64

Please sign in to comment.