Skip to content

Commit

Permalink
Bump comSquareupRetrofit2Version from 2.10.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps `comSquareupRetrofit2Version` from 2.10.0 to 2.11.0.

Updates `com.squareup.retrofit2:converter-jackson` from 2.10.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.10.0...2.11.0)

Updates `com.squareup.retrofit2:retrofit` from 2.10.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.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: com.squareup.retrofit2:converter-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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 Apr 1, 2024
1 parent 1b87a0c commit efd1a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ subprojects {
apply(plugin = "io.spring.dependency-management")

val orgSlf4jVersion = "2.0.12"
val comSquareupRetrofit2Version = "2.10.0"
val comSquareupRetrofit2Version = "2.11.0"

dependencyManagement {
imports {
Expand Down

0 comments on commit efd1a6e

Please sign in to comment.