Skip to content

Commit aacb30b

Browse files
Bump com.squareup.moshi:moshi from 1.14.0 to 1.15.0 (#461)
Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](square/moshi@1.14.0...parent-1.15.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 680d1a1 commit aacb30b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ dependencies {
182182

183183
implementation 'com.squareup.okio:okio:3.3.0'
184184

185-
implementation 'com.squareup.moshi:moshi:1.14.0'
186-
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.14.0"
185+
implementation 'com.squareup.moshi:moshi:1.15.0'
186+
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.15.0"
187187

188188
implementation "com.chibatching.kotpref:kotpref:$kotpref_version"
189189
implementation "com.chibatching.kotpref:initializer:$kotpref_version"

0 commit comments

Comments
 (0)