From 1c58dfc20bdcc797e5bae98e694215778bc53832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:21:20 +0100 Subject: [PATCH] chore(deps): Bump io.arrow-kt:arrow-fx-coroutines from 1.2.1 to 1.2.2 (#1108) Bumps [io.arrow-kt:arrow-fx-coroutines](https://github.com/arrow-kt/arrow) from 1.2.1 to 1.2.2. - [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-fx-coroutines 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> --- build.gradle.kts | 2 +- shared/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d4894af89..8ae8fd5e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ subprojects { implementation("com.apicatalog:titanium-json-ld:1.3.3") implementation("org.glassfish:jakarta.json:2.0.1") - implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1") + implementation("io.arrow-kt:arrow-fx-coroutines:1.2.2") implementation("org.locationtech.jts.io:jts-io-common:1.19.0") diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 031fa8dc3..d2d1cef5d 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { testFixturesImplementation("org.springframework.security:spring-security-oauth2-jose") testFixturesImplementation("org.springframework.security:spring-security-test") testFixturesImplementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") - testFixturesImplementation("io.arrow-kt:arrow-fx-coroutines:1.2.1") + testFixturesImplementation("io.arrow-kt:arrow-fx-coroutines:1.2.2") testFixturesImplementation("org.springframework.boot:spring-boot-starter-test") { // to ensure we are using mocks and spies from springmockk lib instead exclude(module = "mockito-core")