From cca2ab994c1f9bdbcfa8df4f2c7d3b4c25806ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:08:50 +0000 Subject: [PATCH] Bump arrow from 2.2.1.1 to 2.2.2.1 Bumps `arrow` from 2.2.1.1 to 2.2.2.1. Updates `io.arrow-kt:arrow-core` from 2.2.1.1 to 2.2.2.1 - [Release notes](https://github.com/arrow-kt/arrow/releases) - [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md) - [Commits](https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2.1) Updates `io.arrow-kt:arrow-fx-coroutines` from 2.2.1.1 to 2.2.2.1 - [Release notes](https://github.com/arrow-kt/arrow/releases) - [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md) - [Commits](https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2.1) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-version: 2.2.2.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.arrow-kt:arrow-fx-coroutines dependency-version: 2.2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c060180..d32bfa8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ keepassTreeDiff = "0.4.0" keepassTreeBuilder = "0.4.1" kotpass = "0.10.0" okio = "3.17.0" -arrow = "2.2.1.1" +arrow = "2.2.2.1" [plugins] kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }