From bd6be1d162f8c7bab72224e35adf9e458cdc1861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:13:59 -0300 Subject: [PATCH] Update Kotlin/Jupyter to v0.12.0-353 (#339) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dd22dee4..60a66762 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,9 +2,9 @@ kotlin = "2.1.0" dokka = "1.9.20" openapi-generator = "7.9.0" -jupyter-api = "0.12.0-333" -jupyter-testkit = "0.12.0-333" -jupyter-plugin = "0.12.0-333" +jupyter-api = "0.12.0-353" +jupyter-testkit = "0.12.0-353" +jupyter-plugin = "0.12.0-353" okio = "3.9.1" moshi = "1.15.2" okhttp = "4.12.0"