Skip to content

Commit

Permalink
Bump spek-dsl-jvm from 2.0.15 to 2.0.17
Browse files Browse the repository at this point in the history
Bumps [spek-dsl-jvm](https://github.com/spekframework/spek) from 2.0.15 to 2.0.17.
- [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.15...2.0.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Aug 27, 2021
1 parent e3b4f44 commit e7a1074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
// implementation("com.github.fge:json-schema-validator:2.2.6")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.15")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.17")
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.17")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
Expand Down

0 comments on commit e7a1074

Please sign in to comment.