Skip to content

Commit

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

---
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 Jul 2, 2023
1 parent e36a637 commit fe17d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation("org.codehaus.groovy:groovy:3.0.17")
implementation("org.codehaus.groovy:groovy-json:3.0.17")

api("com.squareup.moshi:moshi:1.14.0")
api("com.squareup.moshi:moshi:1.15.0")
implementation("com.google.re2j:re2j:1.7")

implementation("org.slf4j:slf4j-api:2.0.7")
Expand Down

0 comments on commit fe17d6d

Please sign in to comment.