Skip to content

Commit

Permalink
Bump the moshi group with 2 updates (#399)
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-codegen](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-codegen` 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-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: moshi
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 132ad55 commit f6e019d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api-model-v1-41/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ dependencies {
}
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")

implementation("com.squareup.moshi:moshi:1.15.1")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
implementation("com.squareup.moshi:moshi:1.15.2")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down
4 changes: 2 additions & 2 deletions api-model-v1-45/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ dependencies {
}
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")

implementation("com.squareup.moshi:moshi:1.15.1")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
implementation("com.squareup.moshi:moshi:1.15.2")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down

0 comments on commit f6e019d

Please sign in to comment.