Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-runner from 1.9.2 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.2 to 1.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 969cd92 commit fd353f4
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 fd353f4

Please sign in to comment.