Skip to content

Commit

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

Bumps [io.arrow-kt:arrow-fx-coroutines](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-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 Mar 1, 2024
1 parent 1c58dfc commit 68e9604
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 @@ -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.2")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")

implementation("org.locationtech.jts.io:jts-io-common:1.19.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:1.2.2")
testFixturesImplementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")
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 68e9604

Please sign in to comment.