Skip to content

Commit

Permalink
Bump retrofit.version from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps `retrofit.version` from 2.9.0 to 2.10.0.

Updates `com.squareup.retrofit2: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)

Updates `com.squareup.retrofit2:adapter-rxjava` 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)

Updates `com.squareup.retrofit2:converter-gson` 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
- dependency-name: com.squareup.retrofit2:adapter-rxjava
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.retrofit2:converter-gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 75730c3 commit 27246c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5-wiremock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<slf4j.version>2.0.12</slf4j.version>
<logback.version>1.5.3</logback.version>
<wiremock.version>2.27.2</wiremock.version>
<retrofit.version>2.9.0</retrofit.version>
<retrofit.version>2.10.0</retrofit.version>

<junit-jupiter.version>5.10.2</junit-jupiter.version>

Expand Down

0 comments on commit 27246c2

Please sign in to comment.