From 79b8e1b52fa3f91ad0d1ac77fe9719c2a13f2da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:08:25 +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 04848100..9889dccb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { // implementation("com.github.fge:json-schema-validator:2.2.6") testImplementation("org.jetbrains.kotlin:kotlin-test") - 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.15") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }