Bump spek_version from 2.0.0 to 2.0.13 in /samples/jvm/spek

Bumps `spek_version` from 2.0.0 to 2.0.13.

Updates `spek-dsl-jvm` from 2.0.0 to 2.0.13
- [Release notes](https://github.com/spekframework/spek/releases)
- [Changelog](https://github.com/spekframework/spek/blob/2.x/docs/breaking-changes.md)
- [Commits](https://github.com/spekframework/spek/compare/2.0.0...2.0.13)

Updates `spek-runner-junit5` from 2.0.0 to 2.0.13
- [Release notes](https://github.com/spekframework/spek/releases)
- [Changelog](https://github.com/spekframework/spek/blob/2.x/docs/breaking-changes.md)
- [Commits](https://github.com/spekframework/spek/compare/2.0.0...2.0.13)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-10-10 21:21:36 +00:00
committed by Robert Stoll
parent fa8babed64
commit c6d70a11d9

View File

@@ -6,7 +6,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
buildscript {
ext {
atrium_version = '0.13.0'
spek_version = '2.0.0'
spek_version = '2.0.13'
}
}