Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gesellix committed Jan 30, 2024
1 parent b253519 commit b0bcffb
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.18")
implementation("org.apache.groovy:groovy-json:4.0.18")

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

implementation("org.slf4j:slf4j-api:2.0.11")
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.20")
implementation("org.codehaus.groovy:groovy-json:3.0.20")

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

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

0 comments on commit b0bcffb

Please sign in to comment.