From 4ffb04976a89cecebc32e9b78c88ca4475941709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:03:13 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.13.0 (#637) 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 e0c6804b04..f1bcabe312 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -46,5 +46,5 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1") - implementation("joda-time:joda-time:2.12.7") + implementation("joda-time:joda-time:2.13.0") }