Skip to content

Commit

Permalink
[api]: Bump the retrofit group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the retrofit group with 2 updates: [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) and [com.squareup.retrofit2:converter-jackson](https://github.com/square/retrofit).


Updates `com.squareup.retrofit2:retrofit` from 2.9.0 to 2.11.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.11.0)

Updates `com.squareup.retrofit2:converter-jackson` from 2.9.0 to 2.11.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.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Apr 1, 2024
1 parent ca30c1d commit 5b1441e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencyResolutionManagement {
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.17.0")
library("jackson-jsr310", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")
library("jackson-kt", "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
library("retrofit", "com.squareup.retrofit2:retrofit:2.9.0")
library("retrofit-jackson", "com.squareup.retrofit2:converter-jackson:2.9.0")
library("retrofit", "com.squareup.retrofit2:retrofit:2.11.0")
library("retrofit-jackson", "com.squareup.retrofit2:converter-jackson:2.11.0")
library("rx", "io.reactivex.rxjava3:rxjava:3.1.8")
library("logback", "ch.qos.logback:logback-classic:1.5.3")
library("eventbus", "org.greenrobot:eventbus-java:3.3.1")
Expand Down

0 comments on commit 5b1441e

Please sign in to comment.