Skip to content

Commit

Permalink
Merge pull request #13199 from grails/dependabot/gradle/5.3.x/org.jun…
Browse files Browse the repository at this point in the history
…it.platform-junit-platform-runner-1.10.1

Bump org.junit.platform:junit-platform-runner from 1.9.2 to 1.10.1
  • Loading branch information
puneetbehl authored Nov 7, 2023
2 parents 969cd92 + fd353f4 commit 52deadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ subprojects { project ->

testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
testImplementation "org.junit.platform:junit-platform-runner:1.9.2"
testImplementation "org.junit.platform:junit-platform-runner:1.10.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"

if (project.name != "grails-docs") {
Expand Down
2 changes: 1 addition & 1 deletion grails-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
api("org.codehaus.groovy:groovy-test:$groovyVersion")
api("org.spockframework:spock-core:$spockVersion") { transitive = false }
api "org.junit.platform:junit-platform-runner:1.9.2"
api "org.junit.platform:junit-platform-runner:1.10.1"


api project(":grails-plugin-mimetypes")
Expand Down

0 comments on commit 52deadd

Please sign in to comment.