Skip to content

Commit

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

Bumps [io.arrow-kt:arrow-fx-coroutines](https://github.com/arrow-kt/arrow) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/arrow-kt/arrow/releases)
- [Changelog](https://github.com/arrow-kt/arrow/blob/main/RELEASE.md)
- [Commits](arrow-kt/arrow@1.2.3...1.2.4)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 6b934b0 commit 9838082
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.4.0")
implementation("org.glassfish:jakarta.json:2.0.1")

implementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.4")

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.3")
testFixturesImplementation("io.arrow-kt:arrow-fx-coroutines:1.2.4")
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 9838082

Please sign in to comment.