Skip to content

Commit

Permalink
chore(deps): Bump io.arrow-kt:arrow-fx-coroutines from 2.0.0 to 2.0.1 (
Browse files Browse the repository at this point in the history
…#1324)

Bumps [io.arrow-kt:arrow-fx-coroutines](https://github.com/arrow-kt/arrow) from 2.0.0 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](arrow-kt/arrow@2.0.0...2.0.1)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent 3f38fd5 commit 3d70850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ subprojects {
implementation("com.apicatalog:titanium-json-ld:1.4.1")
implementation("org.glassfish:jakarta.json:2.0.1")

implementation("io.arrow-kt:arrow-fx-coroutines:2.0.0")
implementation("io.arrow-kt:arrow-fx-coroutines:2.0.1")

implementation("org.locationtech.jts.io:jts-io-common:1.20.0")

Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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:2.0.0")
testFixturesImplementation("io.arrow-kt:arrow-fx-coroutines:2.0.1")
testFixturesImplementation("org.springframework.boot:spring-boot-starter-test") {
// to ensure we are using mocks and spies from springmockk lib instead
exclude(module = "mockito-core")
Expand Down

0 comments on commit 3d70850

Please sign in to comment.