Skip to content

Commit 4f56e2c

Browse files
fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.1.1 (#2178)
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.1` -> `2.2.1.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-core/2.2.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-core/2.2.1/2.2.1.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.1`](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.2.1.1) [Compare Source](https://redirect.github.com/arrow-kt/arrow/compare/2.2.1...2.2.1.1) This release was triggered just because 2.2.1 failed to publish. Please refer to the [2.2.1 release](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.2.1) for more information. </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 328b35f commit 4f56e2c

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

0 commit comments

Comments
 (0)