Skip to content

Commit

Permalink
Bump com.squareup.moshi:moshi
Browse files Browse the repository at this point in the history
Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.12.0 to 1.15.1.
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md)
- [Commits](square/moshi@parent-1.12.0...1.15.1)

---
updated-dependencies:
- dependency-name: com.squareup.moshi:moshi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent fd3407b commit df4300b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
// Required if generating Gson annotations
implementation 'com.google.code.gson:gson:2.10.1'
// Required if generating Moshi 1.x annotations
implementation 'com.squareup.moshi:moshi:1.12.0'
implementation 'com.squareup.moshi:moshi:1.15.1'
// Required if generating JSR-303 annotations
implementation 'javax.validation:validation-api:2.0.1.Final'
implementation 'jakarta.validation:jakarta.validation-api:3.0.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
// Required if generating Gson annotations
implementation 'com.google.code.gson:gson:2.10.1'
// Required if generating Moshi 1.x annotations
implementation 'com.squareup.moshi:moshi:1.12.0'
implementation 'com.squareup.moshi:moshi:1.15.1'
// Required if generating JSR-303 annotations
implementation 'javax.validation:validation-api:2.0.1.Final'
implementation 'jakarta.validation:jakarta.validation-api:3.0.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
// Required for @Generated annotation
implementation 'org.glassfish:javax.annotation:10.0-b28'
// Required if generating Moshi 1.x annotations
implementation 'com.squareup.moshi:moshi:1.12.0'
implementation 'com.squareup.moshi:moshi:1.15.1'
// Required if generating JSR-303 annotations
implementation 'javax.validation:validation-api:2.0.1.Final'
}
Expand Down

0 comments on commit df4300b

Please sign in to comment.