Skip to content

Commit

Permalink
Merge pull request #610 from grails/renovate/junit-jupiter-monorepo
Browse files Browse the repository at this point in the history
Update junit-jupiter monorepo to v5.10.0
  • Loading branch information
puneetbehl committed Sep 28, 2023
2 parents a77bf5a + b912f13 commit 9ad54d5
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 @@ -254,9 +254,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.9.3"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.platform:junit-platform-runner:1.9.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
}

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.0
hibernateValidatorVersion=6.2.5.Final
jansiVersion=2.4.0
javaParserCoreVersion=3.15.14
junitJupiterVersion=5.9.3
junitJupiterVersion=5.10.0
mongoJavaServerVersion=1.28.0
mongodbDriverVersion=4.5.0
mongodbRxDriverVersion=1.10.0
Expand Down

0 comments on commit 9ad54d5

Please sign in to comment.