From 08a2f84a994ab369e0059868ab9de45c5aa0144f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:45:15 +0200 Subject: Bump assertk-jvm from 0.23.1 to 0.24 (#2013) Bumps [assertk-jvm](https://github.com/willowtreeapps/assertk) from 0.23.1 to 0.24. - [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.23.1...v0.24) --- updated-dependencies: - dependency-name: com.willowtreeapps.assertk:assertk-jvm dependency-type: direct:production update-type: version-update:semver-minor ... 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/content-matcher-test-utils') diff --git a/core/content-matcher-test-utils/build.gradle.kts b/core/content-matcher-test-utils/build.gradle.kts index 2bb84162..6439393a 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.23.1") + implementation("com.willowtreeapps.assertk:assertk-jvm:0.24") } -- cgit