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:converter-jackson` 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:converter-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 18, 2024
1 parent 70fc25e commit cff46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<maven.compiler.target>17</maven.compiler.target>

<korekto-toolkit.version>1.3.11</korekto-toolkit.version>
<retrofit.version>2.9.0</retrofit.version>
<retrofit.version>2.10.0</retrofit.version>
<testcontainers.version>1.19.7</testcontainers.version>
<amqp-client.version>5.20.0</amqp-client.version>
<jackson.version>2.17.0</jackson.version>
Expand Down

0 comments on commit cff46b4

Please sign in to comment.