Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-runner from 1.9.2 to 1.10.0
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.0.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2023
1 parent 7379ac9 commit b40de6d
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.0"
testImplementation "org.junit.platform:junit-platform-runner:1.9.2"
testImplementation "org.junit.platform:junit-platform-runner:1.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"

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.0"


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

0 comments on commit b40de6d

Please sign in to comment.