From d3a6ff11cb405e316e8796d769de55f14e3d5cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:05:26 +0000 Subject: [PATCH] Bump io.arrow-kt:arrow-resilience from 1.2.2 to 1.2.3 Bumps [io.arrow-kt:arrow-resilience](https://github.com/arrow-kt/arrow) 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/1.2.3) --- updated-dependencies: - dependency-name: io.arrow-kt:arrow-resilience dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 550d20087..b93a0286f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { implementation("io.arrow-kt:arrow-core:1.2.2") implementation("io.arrow-kt:arrow-fx-coroutines:1.2.2") - implementation("io.arrow-kt:arrow-resilience:1.2.2") + implementation("io.arrow-kt:arrow-resilience:1.2.3") // Test dependencies // No version specified, it equals the kotlin version