aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-17 19:07:22 -0400
committerGitHub <noreply@github.com>2024-04-17 19:07:22 -0400
commite2ac4c05093e166bcb2e56fb8f834fc4f03d299b (patch)
tree8864f51470915afd7f499753b12ed319bcf4d858
parent9ac89e283fcbef9e75b8bb0541172da310def563 (diff)
downloadokio-upstream-master.tar.gz
Update dependency com.willowtreeapps.assertk:assertk to v0.28.1 (#1471)upstream-master
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 57b5f6df..0c355700 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -20,5 +20,5 @@ bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version = "6.4.0" }
vanniktech-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.27.0" }
test-junit = { module = "junit:junit", version = "4.13.2" }
test-assertj = { module = "org.assertj:assertj-core", version = "3.25.3" }
-test-assertk = "com.willowtreeapps.assertk:assertk:0.28.0"
+test-assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
test-jimfs = "com.google.jimfs:jimfs:1.3.0"