From 5908c9d8afa165f86c4e9495e1663dc08190584d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:59:47 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.dokka from 1.9.0 to 1.9.10 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.0 to 1.9.10. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.9.0...v1.9.10) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 532987a7..8ac1d3ea 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'org.jetbrains.kotlin.jvm' version '1.9.10' - id 'org.jetbrains.dokka' version '1.9.0' + id 'org.jetbrains.dokka' version '1.9.10' id 'maven-publish' id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' id 'signing'