From b3dcf7dc8bc9063ad02fbe872dcac5dea8541fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 05:11:40 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.11.2 (#326) 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 ca82f499e..ee67ef992 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -41,5 +41,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.1") + implementation("joda-time:joda-time:2.11.2") }