aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-26 18:09:19 +0100
committerGitHub <noreply@github.com>2021-03-26 18:09:19 +0100
commit5d8c9ee95d9fc2ef854733f038d1644679cdf2a6 (patch)
treefcc1b9cfa654e975a9a8a64067e21921d3ce29f4 /core
parent9589161d9861a1d2eb02df1c5858b3ff67ca0c7a (diff)
downloaddokka-5d8c9ee95d9fc2ef854733f038d1644679cdf2a6.tar.gz
dokka-5d8c9ee95d9fc2ef854733f038d1644679cdf2a6.tar.bz2
dokka-5d8c9ee95d9fc2ef854733f038d1644679cdf2a6.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'core')
-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 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")
}