From f82e93fd33f5199564626ce6aee9ac4e4e1af43c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:34:36 +0000 Subject: [PATCH] Update kotlin.dokka to v1.9.10 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 13b716a..ffd8c2f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ jvm = "11" kafka = "3.6.1" # https://kafka.apache.org/downloads kotlinx-serialization = "1.5.0" # https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.3.3 kotlinx-knit = "0.5.1" # https://github.com/Kotlin/kotlinx-knit/releases -kotlin-dokka = "1.8.10" # https://search.maven.org/artifact/org.jetbrains.dokka/dokka-gradle-plugin +kotlin-dokka = "1.9.10" # https://search.maven.org/artifact/org.jetbrains.dokka/dokka-gradle-plugin slf4j = "2.0.9"