From fcca2215e65859adb4e5aa2d627d290ef9c80b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:42:12 -0500 Subject: [PATCH] build(deps): bump io.insert-koin:koin-bom from 3.5.6 to 4.0.1 (#625) Bumps [io.insert-koin:koin-bom](https://github.com/InsertKoinIO/koin) from 3.5.6 to 4.0.1. - [Release notes](https://github.com/InsertKoinIO/koin/releases) - [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md) - [Commits](https://github.com/InsertKoinIO/koin/compare/3.5.6...4.0.1) --- updated-dependencies: - dependency-name: io.insert-koin:koin-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Curtis --- 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 ca4113c8d..7601e8c8c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ datastorePreferencesCore = "1.1.1" kotlin = "2.1.0" javaphoenixclient = "1.3.1" junit = "4.13.2" -koin-bom = "3.5.6" +koin-bom = "4.0.1" kotlinxCoroutinesCore = "1.8.1" kotlinxDatetime = "0.6.1" ktor = "3.0.3"