From 8ea6a001c24a905cd025995dbd95df526b46758e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:33:23 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.11.1 (#307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index 347662e67..e367a1a47 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -40,5 +40,5 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0") - implementation("joda-time:joda-time:2.11.0") + implementation("joda-time:joda-time:2.11.1") }