Skip to content

Commit

Permalink
Bump the moshi group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the moshi group with 2 updates: [com.squareup.moshi:moshi](https://github.com/square/moshi) and [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi).


Updates `com.squareup.moshi: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)

Updates `com.squareup.moshi:moshi-kotlin` 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
  dependency-group: moshi
- dependency-name: com.squareup.moshi:moshi-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: moshi
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 75fb4ec commit 113e28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14")

implementation("org.yaml:snakeyaml:2.3")
implementation("com.squareup.moshi:moshi:1.15.1")
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
implementation("com.squareup.moshi:moshi:1.15.2")
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
testImplementation("com.beust:klaxon:5.5")

implementation("com.google.re2j:re2j:1.7")
Expand Down

0 comments on commit 113e28d

Please sign in to comment.