Skip to content

Commit 414589a

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 35f4ef9 commit 414589a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545
implementation("com.squareup.okhttp3:okhttp")
4646
implementation("com.squareup.okhttp3:logging-interceptor")
4747

48-
implementation("com.squareup.moshi:moshi:1.15.1")
49-
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
48+
implementation("com.squareup.moshi:moshi:1.15.2")
49+
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
5050

5151
implementation("com.squareup.retrofit2:retrofit:2.11.0")
5252
implementation("com.squareup.retrofit2:converter-moshi:2.11.0")

0 commit comments

Comments
 (0)