10000 chore: bump com.squareup.retrofit2:converter-moshi from 2.9.0 to 2.10.0 by dependabot[bot] · Pull Request #379 · coder/jetbrains-coder · GitHub
[go: up one dir, main page]

Skip to content

chore: bump com.squareup.retrofit2:converter-moshi from 2.9.0 to 2.10.0 #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump com.squareup.retrofit2:converter-moshi from 2.9.0 to 2.10.0
Bumps [com.squareup.retrofit2:converter-moshi](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:converter-moshi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
commit 4a4b6067f7e4ee5007035c62bc4230117404f88f
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")

implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-moshi:2.9.0")
implementation("com.squareup.retrofit2:converter-moshi:2.10.0")

implementation("org.zeroturnaround:zt-exec:1.12")

Expand Down
0