From c277e559f4c621e71e2c149432220ad4f01e0d20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:52:44 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.12.7 (#573) 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 1ab3c2515..c67fad0f2 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.2") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0") - implementation("joda-time:joda-time:2.12.6") + implementation("joda-time:joda-time:2.12.7") }