From f2d383ef9760b5626a3120a8bf8323d0f117cc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:35:51 +0000 Subject: [PATCH] Bump arrow from 1.2.4 to 2.0.1 Bumps `arrow` from 1.2.4 to 2.0.1. Updates `io.arrow-kt:arrow-core` from 1.2.4 to 2.0.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/1.2.4...2.0.1) Updates `io.arrow-kt:arrow-fx-coroutines` from 1.2.4 to 2.0.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/1.2.4...2.0.1) Updates `io.arrow-kt:arrow-fx-stm` from 1.2.4 to 2.0.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/1.2.4...2.0.1) Updates `io.arrow-kt:arrow-stack` from 1.2.4 to 2.0.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/1.2.4...2.0.1) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.arrow-kt:arrow-fx-coroutines dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.arrow-kt:arrow-fx-stm dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.arrow-kt:arrow-stack dependency-type: direct:production update-type: version-update:semver-major ... 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 dd00944095..e12845c646 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ wiremock = "3.9.1" jupiter = "5.11.3" kotlin = "2.0.21" ktor = "2.3.12" -arrow = "1.2.4" +arrow = "2.0.1" jackson = "2.17.2" confluent = "7.7.1" micrometer = "1.13.6"