Skip to content

Commit 467bb3c

Browse files
fix(deps): update dependency io.arrow-kt:arrow-core to v2.1.2 (#1968)
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.1` -> `2.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-core/2.1.2?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.2?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.1/2.1.2?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.1/2.1.2?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.2`](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.1.2) [Compare Source](https://redirect.github.com/arrow-kt/arrow/compare/2.1.1...2.1.2) #### What's Changed - warn if ktor shutdownhook enabled by [@&#8203;tKe](https://redirect.github.com/tKe) in [https://github.com/arrow-kt/arrow/pull/3616](https://redirect.github.com/arrow-kt/arrow/pull/3616) - (minor): Slightly Optimize Map.getOrNone by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [https://github.com/arrow-kt/arrow/pull/3617](https://redirect.github.com/arrow-kt/arrow/pull/3617) - Add withErrorTraced and implement traced in terms of it by [@&#8203;kyay10](https://redirect.github.com/kyay10) in [https://github.com/arrow-kt/arrow/pull/3619](https://redirect.github.com/arrow-kt/arrow/pull/3619) - Fix Dokka generation for androidAndJvm source set by [@&#8203;serras](https://redirect.github.com/serras) in [https://github.com/arrow-kt/arrow/pull/3620](https://redirect.github.com/arrow-kt/arrow/pull/3620) - fix: remove nullability from `OrThrow` method returns by [@&#8203;tKe](https://redirect.github.com/tKe) in [https://github.com/arrow-kt/arrow/pull/3622](https://redirect.github.com/arrow-kt/arrow/pull/3622) - Compatibility with Java 1.8 by [@&#8203;serras](https://redirect.github.com/serras) in [https://github.com/arrow-kt/arrow/pull/3627](https://redirect.github.com/arrow-kt/arrow/pull/3627) **Full Changelog**: arrow-kt/arrow@2.1.1...2.1.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16832c6 commit 467bb3c

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.1")
7+
api("io.arrow-kt:arrow-core:2.1.2")
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.1")
13+
api("io.arrow-kt:arrow-core:2.1.2")
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.3")

0 commit comments

Comments
 (0)