From 187c3b397ed7b4026c1a65274d8cbcdb018c616f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:57:05 +0000 Subject: [PATCH] fix(deps): bump org.jetbrains.dokka from 1.7.10 to 1.8.20 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.7.10 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.7.10...v1.8.20) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 91de8f8d..455d8375 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -4,7 +4,7 @@ plugins { id 'kotlin-kapt' id 'maven-publish' id 'org.jlleitschuh.gradle.ktlint' version "11.0.0" - id 'org.jetbrains.dokka' version "1.7.10" + id 'org.jetbrains.dokka' version "1.8.20" } apply from: 'jacoco.gradle'