Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps koin from 4.1.0-RC1 to 4.1.0.
Updates io.insert-koin:koin-android from 4.1.0-RC1 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-core from 4.1.0-RC1 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-compose-viewmodel from 4.1.0-RC1 to 4.1.0

Release notes

Sourced from io.insert-koin:koin-compose-viewmodel'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 4.1.0-RC1 to 4.1.0.

Updates `io.insert-koin:koin-android` from 4.1.0-RC1 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@4.1.0-RC1...4.1.0)

Updates `io.insert-koin:koin-core` from 4.1.0-RC1 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@4.1.0-RC1...4.1.0)

Updates `io.insert-koin:koin-compose-viewmodel` from 4.1.0-RC1 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@4.1.0-RC1...4.1.0)

---
updated-dependencies:
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.insert-koin:koin-compose-viewmodel
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 9, 2025
@siper siper merged commit bf57aff into master Jun 9, 2025
5 checks passed
@siper siper deleted the dependabot/gradle/koin-4.1.0 branch June 9, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant