Skip to content

Commit 19c5826

Browse files
fix(deps): update dependency io.arrow-kt:arrow-core to v2.1.1 (#1925)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.arrow-kt:arrow-core](https://redirect.github.com/arrow-kt/arrow) | `2.1.0` -> `2.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-core/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.arrow-kt:arrow-core/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.arrow-kt:arrow-core/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-core/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!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.1.1`](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.1.1) [Compare Source](https://redirect.github.com/arrow-kt/arrow/compare/2.1.0...2.1.1) #### What's Changed - Rewrite `OptionDeserializer` for Jackson by [@&#8203;serras](https://redirect.github.com/serras) in [https://github.com/arrow-kt/arrow/pull/3605](https://redirect.github.com/arrow-kt/arrow/pull/3605) - fix(deps): update all dependencies by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/arrow-kt/arrow/pull/3610](https://redirect.github.com/arrow-kt/arrow/pull/3610) - chore(deps): update all dependencies by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/arrow-kt/arrow/pull/3612](https://redirect.github.com/arrow-kt/arrow/pull/3612) - `wrapAsNonEmpty` functions by [@&#8203;serras](https://redirect.github.com/serras) in [https://github.com/arrow-kt/arrow/pull/3611](https://redirect.github.com/arrow-kt/arrow/pull/3611) - Support for Android 21 by [@&#8203;serras](https://redirect.github.com/serras) in [https://github.com/arrow-kt/arrow/pull/3613](https://redirect.github.com/arrow-kt/arrow/pull/3613) - fix(deps): update all dependencies by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/arrow-kt/arrow/pull/3615](https://redirect.github.com/arrow-kt/arrow/pull/3615) **Full Changelog**: arrow-kt/arrow@2.1.0...2.1.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 312a355 commit 19c5826

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.1.0")
7+
api("io.arrow-kt:arrow-core:2.1.1")
88
api(projects.actionBindingGenerator)
99
implementation(projects.sharedInternal)
1010
implementation("io.github.oshai:kotlin-logging:7.0.7")

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.1.0")
13+
api("io.arrow-kt:arrow-core:2.1.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.1.2")

0 commit comments

Comments
 (0)