Skip to content

Commit

Permalink
Merge pull request #13899 from grails/dependabot/gradle/6.2.x/org.jun…
Browse files Browse the repository at this point in the history
…it.jupiter-junit-jupiter-engine-5.10.5

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.5
  • Loading branch information
codeconsole authored Nov 27, 2024
2 parents df45947 + 5b30638 commit 874f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ subprojects { project ->
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.5"
testImplementation "org.junit.platform:junit-platform-runner:1.10.5"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.5"

if (project.name != "grails-docs") {
// Logging
Expand Down

0 comments on commit 874f552

Please sign in to comment.