Skip to content

Commit 121aecd

Browse files
authoredDec 9, 2024··
chore: bump com.squareup.moshi:moshi-kotlin-codegen
Bumps [com.squareup.moshi:moshi-kotlin-codegen](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-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation("com.squareup.okhttp3:logging-interceptor")
3030

3131
implementation("com.squareup.moshi:moshi:1.15.1")
32-
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
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)
Please sign in to comment.