From 4855df901942b89fa10633774780f229aaba41a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:38:41 +0000 Subject: [PATCH] Update Kotlin/Jupyter to v0.12.0-330 (#327) 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 01937e79..038d1e3a 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-310" -jupyter-testkit = "0.12.0-310" -jupyter-plugin = "0.12.0-310" +jupyter-api = "0.12.0-330" +jupyter-testkit = "0.12.0-330" +jupyter-plugin = "0.12.0-330" okio = "3.9.1" moshi = "1.15.1" okhttp = "4.12.0"