From 6dbd2b4a8eeabd1cb7557f686864d8ac4cf365f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 04:04:09 +0000 Subject: [PATCH] Bump spekVersion from 2.0.15 to 2.0.17 in /samples/jvm/spek Bumps `spekVersion` from 2.0.15 to 2.0.17. Updates `spek-dsl-jvm` 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](https://github.com/spekframework/spek/compare/2.0.15...2.0.17) Updates `spek-runner-junit5` 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](https://github.com/spekframework/spek/compare/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 - dependency-name: org.spekframework.spek2:spek-runner-junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/jvm/spek/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/jvm/spek/build.gradle.kts b/samples/jvm/spek/build.gradle.kts index 11632119e..37968143a 100644 --- a/samples/jvm/spek/build.gradle.kts +++ b/samples/jvm/spek/build.gradle.kts @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat val atriumVersion = "0.16.0" -val spekVersion = "2.0.15" +val spekVersion = "2.0.17" plugins { kotlin("jvm") version "1.5.21"