From 0b49a17a7da6642483e44f716f1eb55d0be75f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:22:37 +0200 Subject: [PATCH] build(deps): Bump arrow from 1.2.2 to 1.2.3 (#186) Bumps `arrow` from 1.2.2 to 1.2.3. Updates `io.arrow-kt:arrow-core` from 1.2.2 to 1.2.3 - [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/commits) Updates `io.arrow-kt:arrow-optics` from 1.2.2 to 1.2.3 - [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/commits) Updates `io.arrow-kt:arrow-optics-ksp-plugin` from 1.2.2 to 1.2.3 - [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/commits) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.arrow-kt:arrow-optics dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.arrow-kt:arrow-optics-ksp-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 87edb7d0..e2e7d4dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ androidxWork = "2.9.0" # https://github.com/harawata/appdirs appDirs = "1.2.2" # https://github.com/arrow-kt/arrow -arrow = "1.2.2" +arrow = "1.2.3" # https://github.com/AChep/bindin bindIn = "1.4.0" # https://github.com/yshrsmz/BuildKonfig