Skip to content

Commit 328b35f

Browse files
fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.1 (#2176)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.arrow-kt:arrow-core](https://arrow-kt.io/) ([source](https://redirect.github.com/arrow-kt/arrow)) | `2.2.0` -> `2.2.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-core/2.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-core/2.2.0/2.2.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>arrow-kt/arrow (io.arrow-kt:arrow-core)</summary> ### [`v2.2.1`](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.2.1) [Compare Source](https://redirect.github.com/arrow-kt/arrow/compare/2.2.0...2.2.1) For the full release notes, see the [Arrow blog](https://arrow-kt.io/community/blog/). #### What's Changed - Additional overloads for `zipOrAccumulate `by [@&#8203;tibtof](https://redirect.github.com/tibtof) in [#&#8203;3782](https://redirect.github.com/arrow-kt/arrow/pull/3782) - propagate contracts to overloads added in [#&#8203;3782](https://redirect.github.com/arrow-kt/arrow/issues/3782) by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;3787](https://redirect.github.com/arrow-kt/arrow/pull/3787) - warn on call already handled by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;3786](https://redirect.github.com/arrow-kt/arrow/pull/3786) - Fix [#&#8203;3791](https://redirect.github.com/arrow-kt/arrow/issues/3791) by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3792](https://redirect.github.com/arrow-kt/arrow/pull/3792) - Ensure sorting is stable by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3801](https://redirect.github.com/arrow-kt/arrow/pull/3801) - Optimize Nel functions by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3802](https://redirect.github.com/arrow-kt/arrow/pull/3802) - Unify handling of `addSuppressed` by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3793](https://redirect.github.com/arrow-kt/arrow/pull/3793) - Fix [#&#8203;3799](https://redirect.github.com/arrow-kt/arrow/issues/3799) by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3800](https://redirect.github.com/arrow-kt/arrow/pull/3800) - Remove erroneous mentions of `kotlin.Error` by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3808](https://redirect.github.com/arrow-kt/arrow/pull/3808) - Cleanup CircuitBreaker by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3797](https://redirect.github.com/arrow-kt/arrow/pull/3797) - Use AutoCloseScope in SuspendApp by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3798](https://redirect.github.com/arrow-kt/arrow/pull/3798) - Prevent error accumulation in `withNel` when RCE caught by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3812](https://redirect.github.com/arrow-kt/arrow/pull/3812) - Enable "unused value checker" by [@&#8203;serras](https://redirect.github.com/serras) in [#&#8203;3773](https://redirect.github.com/arrow-kt/arrow/pull/3773) - Use `guaranteeCase` in CircuitBreaker instead of `addSuppressed` by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [#&#8203;3796](https://redirect.github.com/arrow-kt/arrow/pull/3796) - Update to Jackson 3.0 by [@&#8203;serras](https://redirect.github.com/serras) in [#&#8203;3758](https://redirect.github.com/arrow-kt/arrow/pull/3758) #### New Contributors - [@&#8203;tibtof](https://redirect.github.com/tibtof) made their first contribution in [#&#8203;3782](https://redirect.github.com/arrow-kt/arrow/pull/3782) **Full Changelog**: <arrow-kt/arrow@2.2.0...2.2.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83ec11a commit 328b35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven-binding-builder/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
implementation("org.jetbrains.kotlin:kotlin-compiler")
7-
api("io.arrow-kt:arrow-core:2.2.0")
7+
api("io.arrow-kt:arrow-core:2.2.1")
88
api("io.ktor:ktor-client-core:3.3.3")
99
api(projects.actionBindingGenerator)
1010
implementation(projects.sharedInternal)

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group = rootProject.group
1010
version = rootProject.version
1111

1212
dependencies {
13-
api("io.arrow-kt:arrow-core:2.2.0")
13+
api("io.arrow-kt:arrow-core:2.2.1")
1414
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
1515
// note: see https://youtrack.jetbrains.com/issue/KT-67618
1616
api("io.ktor:ktor-client-core:3.3.3")

0 commit comments

Comments
 (0)