From 39518b30817c9d44fd99fe62428a6ed439fc8a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:34:26 +0000 Subject: [PATCH] chore(dependabot): bump org.jetbrains.dokka from 1.9.10 to 1.9.20 Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.10 to 1.9.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.9.10...v1.9.20) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 95669384..766375b6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ androidx-startupRuntime = "1.1.1" androidx-security-crypto = "1.1.0-alpha06" androidx-navigation-safe-args = "2.7.7" io-coil = "2.5.0" -dokka = "1.9.10" +dokka = "1.9.20" junit = "4.13.2" playServicesAuth = "21.2.0" tink = "1.9.0"