Skip to content

deps(deps): bump koin from 3.5.6 to 4.1.0#158

Merged
jakubuid merged 3 commits intodevelopfrom
7b0bdependabot/gradle/koin-4.1.0
Sep 3, 2025
Merged

deps(deps): bump koin from 3.5.6 to 4.1.0#158
jakubuid merged 3 commits intodevelopfrom
7b0bdependabot/gradle/koin-4.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps koin from 3.5.6 to 4.1.0.
Updates io.insert-koin:koin-core from 3.5.6 to 4.1.0

Release notes

Sourced from io.insert-koin:koin-core's releases.

4.1.0

What's Changed

New Contributors

... (truncated)

Commits
  • e74aec5 4.1.0 final version
  • 2fd7e02 Merge pull request #2226 from InsertKoinIO/fix_android-testing
  • 1129db3 release doc updated
  • 1f1e66c fix workmananger initialization to avoid re-init + add android test
  • 837432f Fix scope resolution in inner solo scope root
  • 38fde4f move koin-core-annotations dependency into koin-test
  • ab4ad0a Merge pull request #2224 from InsertKoinIO/feat_ktor_3.1
  • 6610b5a Revert from Ktor 3.2 to Ktor 3.1.3
  • e4b9750 update API dump
  • cf0d8e8 add KoinDependencyMap support to help resolve back to Koin instances from Kto...
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-android from 3.5.6 to 4.1.0

Release notes

Sourced from io.insert-koin:koin-android's releases.

4.1.0

What's Changed

New Contributors

... (truncated)

Commits
  • e74aec5 4.1.0 final version
  • 2fd7e02 Merge pull request #2226 from InsertKoinIO/fix_android-testing
  • 1129db3 release doc updated
  • 1f1e66c fix workmananger initialization to avoid re-init + add android test
  • 837432f Fix scope resolution in inner solo scope root
  • 38fde4f move koin-core-annotations dependency into koin-test
  • ab4ad0a Merge pull request #2224 from InsertKoinIO/feat_ktor_3.1
  • 6610b5a Revert from Ktor 3.2 to Ktor 3.1.3
  • e4b9750 update API dump
  • cf0d8e8 add KoinDependencyMap support to help resolve back to Koin instances from Kto...
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-test from 3.5.6 to 4.1.0

Release notes

Sourced from io.insert-koin:koin-test's releases.

4.1.0

What's Changed

New Contributors

... (truncated)

Commits
  • e74aec5 4.1.0 final version
  • 2fd7e02 Merge pull request #2226 from InsertKoinIO/fix_android-testing
  • 1129db3 release doc updated
  • 1f1e66c fix workmananger initialization to avoid re-init + add android test
  • 837432f Fix scope resolution in inner solo scope root
  • 38fde4f move koin-core-annotations dependency into koin-test
  • ab4ad0a Merge pull request #2224 from InsertKoinIO/feat_ktor_3.1
  • 6610b5a Revert from Ktor 3.2 to Ktor 3.1.3
  • e4b9750 update API dump
  • cf0d8e8 add KoinDependencyMap support to help resolve back to Koin instances from Kto...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `koin` from 3.5.6 to 4.1.0.

Updates `io.insert-koin:koin-core` from 3.5.6 to 4.1.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.5.6...4.1.0)

Updates `io.insert-koin:koin-android` from 3.5.6 to 4.1.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.5.6...4.1.0)

Updates `io.insert-koin:koin-test` from 3.5.6 to 4.1.0
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@3.5.6...4.1.0)

---
updated-dependencies:
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Reviewers

The following teams could not be added as reviewers: kotlin-team. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 4, 2025

@claude
Copy link

claude bot commented Sep 3, 2025

Claude Code is working…

I'll analyze this and get back to you.

View job run

@jakubuid jakubuid merged commit c97c5dd into develop Sep 3, 2025
5 of 10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 3, 2025
@dependabot dependabot bot deleted the 7b0bdependabot/gradle/koin-4.1.0 branch September 3, 2025 10:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant