aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-09 11:45:15 +0200
committerGitHub <noreply@github.com>2021-07-09 11:45:15 +0200
commit08a2f84a994ab369e0059868ab9de45c5aa0144f (patch)
tree4273ec0063279de6f49aecaeed66e4a6ced7fbe5
parentc287a6c80f9da5e388591ea7602f1ac887c13ea7 (diff)
downloaddokka-08a2f84a994ab369e0059868ab9de45c5aa0144f.tar.gz
dokka-08a2f84a994ab369e0059868ab9de45c5aa0144f.tar.bz2
dokka-08a2f84a994ab369e0059868ab9de45c5aa0144f.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--core/content-matcher-test-utils/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
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")
}