Skip to content

Commit da7b728

Browse files
chore: bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2
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]>
1 parent f9c1af6 commit da7b728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
implementation("com.squareup.okhttp3:okhttp")
2929
implementation("com.squareup.okhttp3:logging-interceptor")
3030

31-
implementation("com.squareup.moshi:moshi:1.15.1")
32-
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
31+
implementation("com.squareup.moshi:moshi:1.15.2")
32+
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
3333

3434
implementation("com.squareup.retrofit2:retrofit:2.11.0")
3535
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")

0 commit comments

Comments
 (0)