Skip to content

Commit

Permalink
Bump spek-runner-junit5 from 2.0.8 to 2.0.16 (#1645)
Browse files Browse the repository at this point in the history
* Bump spek-runner-junit5 from 2.0.8 to 2.0.16

Bumps [spek-runner-junit5](https://github.com/spekframework/spek) from 2.0.8 to 2.0.16.
- [Release notes](https://github.com/spekframework/spek/releases)
- [Changelog](https://github.com/spekframework/spek/blob/2.x/docs/breaking-changes.md)
- [Commits](spekframework/spek@2.0.8...2.0.16)

---
updated-dependencies:
- dependency-name: org.spekframework.spek2:spek-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Roll back to 2.0.15 because of spekframework/spek#964

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Basset, Justin <[email protected]>
  • Loading branch information
3 people committed Jul 26, 2021
1 parent c75c587 commit eebc510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies {
implementation("androidx.webkit:webkit:1.4.0")

testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.8")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.8")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.15")
testImplementation("org.assertj:assertj-core:3.13.2")
testImplementation("io.mockk:mockk:1.12.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1")
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

testImplementation("com.squareup.okhttp3:mockwebserver:4.9.1")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.8")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.8")
testImplementation("org.spekframework.spek2:spek-runner-junit5:2.0.15")
testImplementation("org.assertj:assertj-core:3.13.2")
testImplementation("io.mockk:mockk:1.12.0")
}

0 comments on commit eebc510

Please sign in to comment.