From e7a10743820da3b298c0dda129f10cbf1627e8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 08:23:33 +0000 Subject: [PATCH] Bump spek-dsl-jvm from 2.0.15 to 2.0.17 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](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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f55f1515..f5b45971 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") }