From 51c4712b4256ecb2e928f7abceacd00848bc8d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:47:08 +0000 Subject: [PATCH] Bump io.insert-koin.compiler.plugin from 1.0.1 to 1.0.2 Bumps [io.insert-koin.compiler.plugin](https://github.com/InsertKoinIO/koin-compiler-plugin) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/InsertKoinIO/koin-compiler-plugin/releases) - [Changelog](https://github.com/InsertKoinIO/koin-compiler-plugin/blob/main/RELEASE_NOTES_1.0.2.md) - [Commits](https://github.com/InsertKoinIO/koin-compiler-plugin/compare/1.0.1...1.0.2) --- updated-dependencies: - dependency-name: io.insert-koin.compiler.plugin dependency-version: 1.0.2 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 451c7d027..45357e2fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ versionUpdate = "0.54.0" bluesky = "0.3.4-SNAPSHOT" kotlinx-coroutines = "1.11.0" koin = "4.2.2" -koin-plugin = "1.0.1" +koin-plugin = "1.0.2" composeIcons = "1.3.0" media3 = "1.10.1" desugar_jdk_libs = "2.1.5"