From 5d66b575599b26235b5adb9648f890bd8e14f3d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:16:29 +0000 Subject: [PATCH] Update Kotlin/Jupyter to v0.12.0-350 --- 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 9e39e231..f2a422ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,9 +2,9 @@ kotlin = "2.0.21" 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-350" +jupyter-testkit = "0.12.0-350" +jupyter-plugin = "0.12.0-350" okio = "3.9.1" moshi = "1.15.1" okhttp = "4.12.0"