Skip to content

Bump kodein from 7.21.2 to 7.32.0#121

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/kodein-7.32.0
Open

Bump kodein from 7.21.2 to 7.32.0#121
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/kodein-7.32.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps kodein from 7.21.2 to 7.32.0.
Updates org.kodein.di:kodein-di-jvm from 7.21.2 to 7.32.0

Release notes

Sourced from org.kodein.di:kodein-di-jvm's releases.

7.32.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.31.0...v7.32.0

7.31.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.30.0...v7.31.0

7.30.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.29.0...v7.30.0

7.29.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.28.0...v7.29.0

7.28.0

ℹ️ Du to a wrong manipulation this is the same as 7.27.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.28.0

7.27.0

What's Changed

  • Kotlin 2.2.20

... (truncated)

Changelog

Sourced from org.kodein.di:kodein-di-jvm's changelog.

7.30.0 (TBD)

What's Changed

  • Fixed DSL receiver scope issue (#478): Applied @DslMarker to DSL receiver interfaces to prevent accidental calls to outer receiver methods
  • Added convenience methods for multi-binding:
    • add* methods (set-only): addSingleton, addProvider, addInstance, addFactory, addMultiton
    • bind* methods (set + container): bindSingleton, bindProvider, bindInstance, bindFactory, bindMultiton
    • bind* methods support tag and overrides parameters for individual retrieval from container
  • Updated multi-binding documentation with new convenience methods examples
  • Enhanced new() function with named argument support (#500):
    • Added ability to specify constructor arguments by position: new(::MyClass, a1 = value1, a2 = value2, ...)
    • Mix manual and auto-resolved arguments: provide specific values while letting DI auto-resolve others
    • Support for up to 10 constructor parameters with named arguments
    • Example: bindSingleton { new(::GameEngine, a2 = 4, a3 = "Poker") } - auto-resolves a1 from container
    • Comprehensive documentation and unit tests added

7.29.0 (2025-11-11)

What's Changed

Full Changelog: kosi-libs/Kodein@v7.28.0...v7.29.0

7.28.0 (2025-09-30)

ℹ️ Due to a wrong manipulation this is the same as 7.27.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.28.0

7.27.0 (2025-09-30)

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.27.0

... (truncated)

Commits
  • 0621f0c Bump version
  • ba2ffa3 fix((#506): update KodeinViewModelScopedFactory and KodeinViewModelScopedSing...
  • 07bc997 fix((#504): bring back scope on SetBinder and ArgSetBinder (#505)
  • a50b4e9 Upgrade Ktor dependency from 3.3.2 to 3.4.0 (#503)
  • 7506c17 update docs
  • 6f2a7ef next version
  • 463d61b update changelog
  • 15bef1d Add docs and unit tests for the new() parameterized function
  • 86d5b28 Merge pull request #500 from kosi-libs/feat/new-with-arguments
  • 6ef78cb New with arguments
  • Additional commits viewable in compare view

Updates org.kodein.di:kodein-di-framework-android-x from 7.21.2 to 7.32.0

Release notes

Sourced from org.kodein.di:kodein-di-framework-android-x's releases.

7.32.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.31.0...v7.32.0

7.31.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.30.0...v7.31.0

7.30.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.29.0...v7.30.0

7.29.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.28.0...v7.29.0

7.28.0

ℹ️ Du to a wrong manipulation this is the same as 7.27.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.28.0

7.27.0

What's Changed

  • Kotlin 2.2.20

... (truncated)

Changelog

Sourced from org.kodein.di:kodein-di-framework-android-x's changelog.

7.30.0 (TBD)

What's Changed

  • Fixed DSL receiver scope issue (#478): Applied @DslMarker to DSL receiver interfaces to prevent accidental calls to outer receiver methods
  • Added convenience methods for multi-binding:
    • add* methods (set-only): addSingleton, addProvider, addInstance, addFactory, addMultiton
    • bind* methods (set + container): bindSingleton, bindProvider, bindInstance, bindFactory, bindMultiton
    • bind* methods support tag and overrides parameters for individual retrieval from container
  • Updated multi-binding documentation with new convenience methods examples
  • Enhanced new() function with named argument support (#500):
    • Added ability to specify constructor arguments by position: new(::MyClass, a1 = value1, a2 = value2, ...)
    • Mix manual and auto-resolved arguments: provide specific values while letting DI auto-resolve others
    • Support for up to 10 constructor parameters with named arguments
    • Example: bindSingleton { new(::GameEngine, a2 = 4, a3 = "Poker") } - auto-resolves a1 from container
    • Comprehensive documentation and unit tests added

7.29.0 (2025-11-11)

What's Changed

Full Changelog: kosi-libs/Kodein@v7.28.0...v7.29.0

7.28.0 (2025-09-30)

ℹ️ Due to a wrong manipulation this is the same as 7.27.0

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.28.0

7.27.0 (2025-09-30)

What's Changed

Full Changelog: kosi-libs/Kodein@v7.26.0...v7.27.0

... (truncated)

Commits
  • 0621f0c Bump version
  • ba2ffa3 fix((#506): update KodeinViewModelScopedFactory and KodeinViewModelScopedSing...
  • 07bc997 fix((#504): bring back scope on SetBinder and ArgSetBinder (#505)
  • a50b4e9 Upgrade Ktor dependency from 3.3.2 to 3.4.0 (#503)
  • 7506c17 update docs
  • 6f2a7ef next version
  • 463d61b update changelog
  • 15bef1d Add docs and unit tests for the new() parameterized function
  • 86d5b28 Merge pull request #500 from kosi-libs/feat/new-with-arguments
  • 6ef78cb New with arguments
  • 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 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 `kodein` from 7.21.2 to 7.32.0.

Updates `org.kodein.di:kodein-di-jvm` from 7.21.2 to 7.32.0
- [Release notes](https://github.com/kosi-libs/Kodein/releases)
- [Changelog](https://github.com/kosi-libs/Kodein/blob/main/CHANGELOG.md)
- [Commits](kosi-libs/Kodein@v7.21.2...v7.32.0)

Updates `org.kodein.di:kodein-di-framework-android-x` from 7.21.2 to 7.32.0
- [Release notes](https://github.com/kosi-libs/Kodein/releases)
- [Changelog](https://github.com/kosi-libs/Kodein/blob/main/CHANGELOG.md)
- [Commits](kosi-libs/Kodein@v7.21.2...v7.32.0)

---
updated-dependencies:
- dependency-name: org.kodein.di:kodein-di-jvm
  dependency-version: 7.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.kodein.di:kodein-di-framework-android-x
  dependency-version: 7.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 1, 2026
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.

0 participants