Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.10.0
  • Loading branch information
puneetbehl authored Aug 3, 2023
2 parents e4dae14 + 08ec8da commit 2a7540e
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 @@ -485,7 +485,7 @@ subprojects { project ->
api groovyDependency

testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
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"

Expand Down

0 comments on commit 2a7540e

Please sign in to comment.