From 4c151ffeeae413adee2294d75805bf6b1e9aefba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 18:21:42 +0000 Subject: [PATCH] fix(deps): update dependency joda-time:joda-time to v2.12.2 (#396) 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 9a4be9449..e9f5ca5a0 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -44,5 +44,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.1") + implementation("joda-time:joda-time:2.12.2") }