From 33e52efb4a759409b7326fbb09287b13e40d59d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:04:26 +0000 Subject: [PATCH] Bump arrow from 1.2.3 to 1.2.4 Bumps `arrow` from 1.2.3 to 1.2.4. Updates `io.arrow-kt:arrow-core` from 1.2.3 to 1.2.4 - [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/1.2.3...1.2.4) Updates `io.arrow-kt:arrow-continuations` from 1.2.3 to 1.2.4 - [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/1.2.3...1.2.4) Updates `io.arrow-kt:arrow-fx-coroutines` from 1.2.3 to 1.2.4 - [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/1.2.3...1.2.4) --- 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-continuations dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.arrow-kt:arrow-fx-coroutines 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 e064e4c66..d9c3481f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -arrow = "1.2.3" +arrow = "1.2.4" arrowGradle = "0.12.0-rc.24" exposed = "0.49.0" kotlin = "1.9.23"