Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent b71f0d4 commit 9ff7a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation("org.apache.groovy:groovy:4.0.24")
implementation("org.apache.groovy:groovy-json:4.0.24")

api("com.squareup.moshi:moshi:1.15.1")
api("com.squareup.moshi:moshi:1.15.2")
implementation("com.google.re2j:re2j:1.7")

implementation("org.slf4j:slf4j-api:2.0.16")
Expand Down
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.23")
implementation("org.codehaus.groovy:groovy-json:3.0.23")

api("com.squareup.moshi:moshi:1.15.1")
api("com.squareup.moshi:moshi:1.15.2")
implementation("com.google.re2j:re2j:1.7")

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

0 comments on commit 9ff7a98

Please sign in to comment.