From 131a1ab1fa0f8e94ff00d861942b54f5b8fdfd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:09:55 +0000 Subject: [PATCH] chore(deps): bump io.insert-koin:koin-annotations Bumps [io.insert-koin:koin-annotations](https://github.com/InsertKoinIO/koin) from 2.0.0-RC4 to 2.0.0. - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/commits/2.0.0) --- updated-dependencies: - dependency-name: io.insert-koin:koin-annotations 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 06a86247db4..51fa9d164d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -83,7 +83,7 @@ jsch = "0.2.23" pty4j = "0.13.2" junit = "5.12.0" koin = "4.1.0-Beta5" -koin-annotations = "2.0.0-RC4" +koin-annotations = "2.0.0" kotest = "6.0.0.M2" mockk = "1.13.16" mokkery = "2.7.0"