Skip to content

Commit

Permalink
fix(deps): update junit-jupiter monorepo to v5.10.2 (#709)
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 Mar 1, 2024
1 parent d29c569 commit 86cbeb8
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 @@ -261,9 +261,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.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
testImplementation "org.junit.platform:junit-platform-runner:1.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
}

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.2
hibernateValidatorVersion=6.2.5.Final
jansiVersion=2.4.1
javaParserCoreVersion=3.25.8
junitJupiterVersion=5.10.1
junitJupiterVersion=5.10.2
mongodbDriverVersion=4.11.1
mongodbRxDriverVersion=1.10.0
pluginGrailsVersion=6.1.2
Expand Down

0 comments on commit 86cbeb8

Please sign in to comment.