From 752cb238d3ee00e10fb98ae8fdc89d7d9d0b6d60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 06:12:11 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.12.1 (#359) 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 db85b6284..e3a626613 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -43,5 +43,5 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0") - implementation("joda-time:joda-time:2.12.0") + implementation("joda-time:joda-time:2.12.1") }