Skip to content

Commit

Permalink
Bump com.squareup.retrofit2:converter-scalars from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.retrofit2:converter-scalars](https://github.com/square/retrofit) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md)
- [Commits](square/retrofit@2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: com.squareup.retrofit2:converter-scalars
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 25, 2024
1 parent f3eae08 commit b41460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/retrofit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.12.0")
api("com.squareup.retrofit2:converter-jackson:2.9.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
api("com.squareup.retrofit2:converter-scalars:2.9.0")
api("com.squareup.retrofit2:converter-scalars:2.10.0")

testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
testImplementation("no.nav.security:mock-oauth2-server:2.1.2")
Expand Down

0 comments on commit b41460b

Please sign in to comment.