From 0b9b8325ce23bcca2e3a3fdf06054858a984d020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 01:21:56 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.12.6 (#557) 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 9089f4af6..8517c6e20 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -44,5 +44,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.5") + implementation("joda-time:joda-time:2.12.6") }