Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.1
  • Loading branch information
puneetbehl authored Nov 7, 2023
2 parents 4885006 + 6421201 commit cef22c4
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 @@ -487,7 +487,7 @@ subprojects { project ->
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testImplementation "org.junit.platform:junit-platform-runner:1.9.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"

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

0 comments on commit cef22c4

Please sign in to comment.