Skip to content

Commit 121aecd

Browse files
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] <support@github.com>
1 parent f9c1af6 commit 121aecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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)