Skip to content

Commit

Permalink
Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.retrofit2:retrofit](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:retrofit
  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 d828587 commit 08c2c5e
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 @@ -10,7 +10,7 @@ repositories { mavenCentral() }
dependencies {
api(project(":modules:core"))

api("com.squareup.retrofit2:retrofit:2.9.0")
api("com.squareup.retrofit2:retrofit:2.10.0")
api("com.squareup.okhttp3:okhttp:4.12.0")
api("com.squareup.retrofit2:converter-jackson:2.10.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
Expand Down

0 comments on commit 08c2c5e

Please sign in to comment.