From 5d8c9ee95d9fc2ef854733f038d1644679cdf2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 18:09:19 +0100 Subject: Bump assertk-jvm from 0.22 to 0.23.1 (#1792) Bumps [assertk-jvm](https://github.com/willowtreeapps/assertk) from 0.22 to 0.23.1. - [Release notes](https://github.com/willowtreeapps/assertk/releases) - [Changelog](https://github.com/willowtreeapps/assertk/blob/main/CHANGELOG.md) - [Commits](https://github.com/willowtreeapps/assertk/compare/v0.22...v0.23.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/content-matcher-test-utils/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/content-matcher-test-utils/build.gradle.kts b/core/content-matcher-test-utils/build.gradle.kts index 135fc514..2bb84162 100644 --- a/core/content-matcher-test-utils/build.gradle.kts +++ b/core/content-matcher-test-utils/build.gradle.kts @@ -2,5 +2,5 @@ dependencies { implementation(project(":core:test-api")) implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - implementation("com.willowtreeapps.assertk:assertk-jvm:0.22") + implementation("com.willowtreeapps.assertk:assertk-jvm:0.23.1") } -- cgit