Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the koin group with 2 updates #1812

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

Bumps the koin group with 2 updates: io.insert-koin:koin-core and io.insert-koin:koin-test-junit5.

Updates io.insert-koin:koin-core from 3.5.0 to 3.5.2

Release notes

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

3.5.2-RC1

What's Changed

Full Changelog: InsertKoinIO/koin@core-3.5.0...core-3.5.2-RC1

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Changelog

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

Latests Changes

Badges: [UPDATED], [FIXED], [NEW], [DEPRECATED], [REMOVED], [BREAKING], [Experimental]

3.5

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Commits
  • 5595943 Koin 3.5.2
  • bba33ab update to 3.5.2 + Ktor 2.3.7
  • d9fa7ec Merge pull request #1732 from InsertKoinIO/compose_1.5.6
  • bbeb350 Compose 1.5.6
  • a3e3af0 update compose repo
  • a097abd use compose snapshot version to help build against 1.9.21
  • 39f69a6 3.5.2-RC2
  • 1e14e0d Merge pull request #1723 from InsertKoinIO/fix/compose_api_remember_usage
  • e0b7df7 Avoid throwing exceptions
  • 6b9fd6b Fix remember usage when retrieving Koin context
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-test-junit5 from 3.5.0 to 3.5.2

Release notes

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

3.5.2-RC1

What's Changed

Full Changelog: InsertKoinIO/koin@core-3.5.0...core-3.5.2-RC1

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Changelog

Sourced from io.insert-koin:koin-test-junit5's changelog.

Latests Changes

Badges: [UPDATED], [FIXED], [NEW], [DEPRECATED], [REMOVED], [BREAKING], [Experimental]

3.5

3.5.1 - 2023-09-15

bom-3.5.1

  • Update to update koin-ktor to 3.5.1

ktor-3.5.1

Commits
  • 5595943 Koin 3.5.2
  • bba33ab update to 3.5.2 + Ktor 2.3.7
  • d9fa7ec Merge pull request #1732 from InsertKoinIO/compose_1.5.6
  • bbeb350 Compose 1.5.6
  • a3e3af0 update compose repo
  • a097abd use compose snapshot version to help build against 1.9.21
  • 39f69a6 3.5.2-RC2
  • 1e14e0d Merge pull request #1723 from InsertKoinIO/fix/compose_api_remember_usage
  • e0b7df7 Avoid throwing exceptions
  • 6b9fd6b Fix remember usage when retrieving Koin context
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the koin group with 2 updates: [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) and [io.insert-koin:koin-test-junit5](https://github.com/InsertKoinIO/koin).


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

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

---
updated-dependencies:
- dependency-name: io.insert-koin:koin-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: koin
- dependency-name: io.insert-koin:koin-test-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: koin
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 19, 2023 05:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 19, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 20, 2023
@dependabot dependabot bot deleted the dependabot/gradle/koin-ff098c13e3 branch December 20, 2023 05:44
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