From 8fbd3ec187d9a763eaadd824c24d58b9a26b1d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 08:16:53 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.dokka from 1.7.10 to 1.7.20 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.7.10 to 1.7.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3b289913..647daf5e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ plugins { id("com.github.johnrengelman.shadow") version "7.1.2" id("net.researchgate.release") version "3.0.2" id("io.github.gradle-nexus.publish-plugin") version "1.1.0" - id("org.jetbrains.dokka") version "1.7.10" + id("org.jetbrains.dokka") version "1.7.20" `java-library` `maven-publish` signing